#CA2326

Color #CA2326 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CA2326

Tints of Fire Engine Red #CA2326

Color information

#CA2326 (or 0xCA2326) is unknown color: approx Fire Engine Red. HEX triplet: CA, 23 and 26. RGB value is (202,35,38). Sum of RGB (Red+Green+Blue) = 202+35+38=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2326 is #35DCD9. Grayscale: #555555. Windows color (decimal): -3529946 or 2499530. OLE color: 2499530.

HSL color Cylindrical-coordinate representation of color #CA2326: hue angle of 358.92º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2326 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2023538-
CMYK00.830.810.21
HSL358.92º70.46%46.47%-
HSV(B)358.92º82.67%79.22%-
XYZ25.3113.93.18-
YUV85.28101.33211.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 73.45%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=73.45%
G=12.73%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202353800.830.810.21358.9270.4646.47
HexCA23260535115167462e
Octal312434601231212554710656
Binary11001010100011100110010100111010001101011011001111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2326; }

 p { color: rgb(202,35,38); }

 H1.HeaderClassName
 {
   color: #CA2326;
 }
 .AnyTagClassName
 {
   color: #CA2326;
 }
</style>
background-color css

<style>
 a { background-color: #CA2326; }

 a { background-color: rgb(202,35,38); }

 div.DivClassName
 {
   background-color: #CA2326;
 }
 .BgClassName
 {
   background-color: #CA2326;
 }
</style>
border-color css

<style>
 span { border-color: #CA2326; }

 span { border-color: rgb(202,35,38); }

 td.TdClassName
 {
   border-color: #CA2326;
 }
 .TagClassName
 {
   border-color: #CA2326;
 }
</style>