Html Css Color HEX #CA111F Fire Engine Red

📋 copy color: '#CA111F'

red 202 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #CA111F

Tints of Fire Engine Red #CA111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 80.8%
G = 6.8%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA111F (or 0xCA111F) is known color: Fire Engine Red. HEX triplet: CA, 11 and 1F. RGB value is (202,17,31). Sum of RGB (Red+Green+Blue) = 202+17+31=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA111F is #35EEE0. Grayscale: #4A4A4A. Windows color (decimal): -3534561 or 2036170. OLE color: 2036170.

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

Color convert

RGB 202 17 31 -
CMYK 0 0.92 0.85 0.21
HSL 355.46º 0.84% 0.43% -
HSV(B) 355.46º 0.92% 0.79% -
XYZ 24.8 13.06 2.51 -
YUV 73.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 202 17 31 0 0.92 0.85 0.21 355.46 0.84 0.43
Hex CA 11 1F 0 5C 55 15 163 54 2B
Octal 312 21 37 0 134 125 25 543 124 53
Binary 11001010 10001 11111 0 1011100 1010101 10101 101100011 1010100 101011

Color Harmonies of #CA111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA111F

Black with #CA111F

Text Example


Text Example

White with #CA111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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