Html Css Color HEX #CA162A Fire Engine Red

📋 copy color: '#CA162A'

red 202 ◦ green 22 ◦ blue 42

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

Shades of Fire Engine Red #CA162A

Tints of Fire Engine Red #CA162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 75.94%
G = 8.27%
B = 15.79%

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

#CA162A (or 0xCA162A) is known color: Fire Engine Red. HEX triplet: CA, 16 and 2A. RGB value is (202,22,42). Sum of RGB (Red+Green+Blue) = 202+22+42=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA162A is #35E9D5. Grayscale: #4E4E4E. Windows color (decimal): -3533270 or 2758346. OLE color: 2758346.

HSL color Cylindrical-coordinate representation of color #CA162A: hue angle of 353.33º 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 #CA162A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 42 -
CMYK 0 0.89 0.79 0.21
HSL 353.33º 0.8% 0.44% -
HSV(B) 353.33º 0.89% 0.79% -
XYZ 25.06 13.3 3.44 -
YUV 78.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 202 22 42 0 0.89 0.79 0.21 353.33 0.8 0.44
Hex CA 16 2A 0 59 4F 15 161 50 2C
Octal 312 26 52 0 131 117 25 541 120 54
Binary 11001010 10110 101010 0 1011001 1001111 10101 101100001 1010000 101100

Color Harmonies of #CA162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA162A

Black with #CA162A

Text Example


Text Example

White with #CA162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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