#CA2223

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

Shades of Fire Engine Red #CA2223

Tints of Fire Engine Red #CA2223

Color information

#CA2223 (or 0xCA2223) is unknown color: approx Fire Engine Red. HEX triplet: CA, 22 and 23. RGB value is (202,34,35). Sum of RGB (Red+Green+Blue) = 202+34+35=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2223 is #35DDDC. Grayscale: #545454. Windows color (decimal): -3530205 or 2302666. OLE color: 2302666.

HSL color Cylindrical-coordinate representation of color #CA2223: hue angle of 359.64º degrees, saturation: 0.71, 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 #CA2223 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB2023435-
CMYK00.830.830.21
HSL359.64º71.19%46.27%-
HSV(B)359.64º83.17%79.22%-
XYZ25.2313.822.93-
YUV84.35100.16211.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.54%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 35 (14.06% from 255) = 12.92%
R=74.54%
G=12.55%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202343500.830.830.21359.6471.1946.27
HexCA22230535315168472e
Octal312424301231232555010756
Binary11001010100010100011010100111010011101011011010001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2223; }

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

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

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

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

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

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

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

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