Html Css Color HEX #CA1316 Fire Engine Red

📋 copy color: '#CA1316'

red 202 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #CA1316

Tints of Fire Engine Red #CA1316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 83.13%
G = 7.82%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA1316 (or 0xCA1316) is known color: Fire Engine Red. HEX triplet: CA, 13 and 16. RGB value is (202,19,22). Sum of RGB (Red+Green+Blue) = 202+19+22=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1316 is #35ECE9. Grayscale: #4A4A4A. Windows color (decimal): -3534058 or 1446858. OLE color: 1446858.

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

Color convert

RGB 202 19 22 -
CMYK 0 0.91 0.89 0.21
HSL 359.02º 0.83% 0.43% -
HSV(B) 359.02º 0.91% 0.79% -
XYZ 24.73 13.08 1.98 -
YUV 74.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 202 19 22 0 0.91 0.89 0.21 359.02 0.83 0.43
Hex CA 13 16 0 5B 59 15 167 53 2B
Octal 312 23 26 0 133 131 25 547 123 53
Binary 11001010 10011 10110 0 1011011 1011001 10101 101100111 1010011 101011

Color Harmonies of #CA1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1316

Black with #CA1316

Text Example


Text Example

White with #CA1316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1316; }

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

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

background-color css

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

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

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

border-color css

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

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

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