Html Css Color HEX #CA111B Fire Engine Red

📋 copy color: '#CA111B'

red 202 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #CA111B

Tints of Fire Engine Red #CA111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 82.11%
G = 6.91%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA111B (or 0xCA111B) is known color: Fire Engine Red. HEX triplet: CA, 11 and 1B. RGB value is (202,17,27). Sum of RGB (Red+Green+Blue) = 202+17+27=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA111B is #35EEE4. Grayscale: #494949. Windows color (decimal): -3534565 or 1774026. OLE color: 1774026.

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

Color convert

RGB 202 17 27 -
CMYK 0 0.92 0.87 0.21
HSL 356.76º 0.84% 0.43% -
HSV(B) 356.76º 0.92% 0.79% -
XYZ 24.76 13.04 2.25 -
YUV 73.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 202 17 27 0 0.92 0.87 0.21 356.76 0.84 0.43
Hex CA 11 1B 0 5C 57 15 165 54 2B
Octal 312 21 33 0 134 127 25 545 124 53
Binary 11001010 10001 11011 0 1011100 1010111 10101 101100101 1010100 101011

Color Harmonies of #CA111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA111B

Black with #CA111B

Text Example


Text Example

White with #CA111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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