Html Css Color HEX #CA162B Fire Engine Red

📋 copy color: '#CA162B'

red 202 ◦ green 22 ◦ blue 43

#CA162B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CA162B

Tints of Fire Engine Red #CA162B

RGB

 RED value IS 202 (79.3% from 255) = 75.66%

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 75.66%
G = 8.24%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA162B (or 0xCA162B) is known color: Fire Engine Red. HEX triplet: CA, 16 and 2B. RGB value is (202,22,43). Sum of RGB (Red+Green+Blue) = 202+22+43=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA162B is #35E9D4. Grayscale: #4E4E4E. Windows color (decimal): -3533269 or 2823882. OLE color: 2823882.

HSL color Cylindrical-coordinate representation of color #CA162B: hue angle of 353º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA162B is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 43 -
CMYK 0 0.89 0.79 0.21
HSL 353º 0.8% 0.44% -
HSV(B) 353º 0.89% 0.79% -
XYZ 25.08 13.3 3.53 -
YUV 78.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 202 22 43 0 0.89 0.79 0.21 353 0.8 0.44
Hex CA 16 2B 0 59 4F 15 161 50 2C
Octal 312 26 53 0 131 117 25 541 120 54
Binary 11001010 10110 101011 0 1011001 1001111 10101 101100001 1010000 101100

Color Harmonies of #CA162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA162B

Black with #CA162B

Text Example


Text Example

White with #CA162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA162B; }

 p { color: rgb(202,22,43); }

 H1.HeaderClassName
 {
   color: #CA162B;
 }
 .AnyTagClassName
 {
   color: #CA162B;
 }
</style>

background-color css

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

 a { background-color: rgb(202,22,43); }

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

border-color css

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

 span { border-color: rgb(202,22,43); }

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