Html Css Color HEX #CA1618 Fire Engine Red

📋 copy color: '#CA1618'

red 202 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #CA1618

Tints of Fire Engine Red #CA1618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 81.45%
G = 8.87%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA1618 (or 0xCA1618) is known color: Fire Engine Red. HEX triplet: CA, 16 and 18. RGB value is (202,22,24). Sum of RGB (Red+Green+Blue) = 202+22+24=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1618 is #35E9E7. Grayscale: #4C4C4C. Windows color (decimal): -3533288 or 1578698. OLE color: 1578698.

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

Color convert

RGB 202 22 24 -
CMYK 0 0.89 0.88 0.21
HSL 359.33º 0.8% 0.44% -
HSV(B) 359.33º 0.89% 0.79% -
XYZ 24.81 13.2 2.1 -
YUV 76.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 202 22 24 0 0.89 0.88 0.21 359.33 0.8 0.44
Hex CA 16 18 0 59 58 15 167 50 2C
Octal 312 26 30 0 131 130 25 547 120 54
Binary 11001010 10110 11000 0 1011001 1011000 10101 101100111 1010000 101100

Color Harmonies of #CA1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1618

Black with #CA1618

Text Example


Text Example

White with #CA1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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