Html Css Color HEX #CA1318 Fire Engine Red

📋 copy color: '#CA1318'

red 202 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #CA1318

Tints of Fire Engine Red #CA1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 82.45%
G = 7.76%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA1318 (or 0xCA1318) is known color: Fire Engine Red. HEX triplet: CA, 13 and 18. RGB value is (202,19,24). Sum of RGB (Red+Green+Blue) = 202+19+24=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1318 is #35ECE7. Grayscale: #4A4A4A. Windows color (decimal): -3534056 or 1577930. OLE color: 1577930.

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

Color convert

RGB 202 19 24 -
CMYK 0 0.91 0.88 0.21
HSL 358.36º 0.83% 0.43% -
HSV(B) 358.36º 0.91% 0.79% -
XYZ 24.75 13.09 2.09 -
YUV 74.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 202 19 24 0 0.91 0.88 0.21 358.36 0.83 0.43
Hex CA 13 18 0 5B 58 15 166 53 2B
Octal 312 23 30 0 133 130 25 546 123 53
Binary 11001010 10011 11000 0 1011011 1011000 10101 101100110 1010011 101011

Color Harmonies of #CA1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1318

Black with #CA1318

Text Example


Text Example

White with #CA1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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