Html Css Color HEX #CA112A Fire Engine Red

📋 copy color: '#CA112A'

red 202 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #CA112A

Tints of Fire Engine Red #CA112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

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

R = 77.39%
G = 6.51%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA112A (or 0xCA112A) is known color: Fire Engine Red. HEX triplet: CA, 11 and 2A. RGB value is (202,17,42). Sum of RGB (Red+Green+Blue) = 202+17+42=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA112A is #35EED5. Grayscale: #4B4B4B. Windows color (decimal): -3534550 or 2757066. OLE color: 2757066.

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

Color convert

RGB 202 17 42 -
CMYK 0 0.92 0.79 0.21
HSL 351.89º 0.84% 0.43% -
HSV(B) 351.89º 0.92% 0.79% -
XYZ 24.98 13.12 3.41 -
YUV 75.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 202 17 42 0 0.92 0.79 0.21 351.89 0.84 0.43
Hex CA 11 2A 0 5C 4F 15 160 54 2B
Octal 312 21 52 0 134 117 25 540 124 53
Binary 11001010 10001 101010 0 1011100 1001111 10101 101100000 1010100 101011

Color Harmonies of #CA112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA112A

Black with #CA112A

Text Example


Text Example

White with #CA112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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