Html Css Color HEX #CA0E1D Fire Engine Red

📋 copy color: '#CA0E1D'

red 202 ◦ green 14 ◦ blue 29

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

Shades of Fire Engine Red #CA0E1D

Tints of Fire Engine Red #CA0E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 82.45%
G = 5.71%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA0E1D (or 0xCA0E1D) is known color: Fire Engine Red. HEX triplet: CA, 0E and 1D. RGB value is (202,14,29). Sum of RGB (Red+Green+Blue) = 202+14+29=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E1D is #35F1E2. Grayscale: #484848. Windows color (decimal): -3535331 or 1904330. OLE color: 1904330.

HSL color Cylindrical-coordinate representation of color #CA0E1D: hue angle of 355.21º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E1D is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 14 29 -
CMYK 0 0.93 0.86 0.21
HSL 355.21º 0.87% 0.42% -
HSV(B) 355.21º 0.93% 0.79% -
XYZ 24.74 12.96 2.36 -
YUV 71.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 202 14 29 0 0.93 0.86 0.21 355.21 0.87 0.42
Hex CA E 1D 0 5D 56 15 163 57 2A
Octal 312 16 35 0 135 126 25 543 127 52
Binary 11001010 1110 11101 0 1011101 1010110 10101 101100011 1010111 101010

Color Harmonies of #CA0E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E1D

Black with #CA0E1D

Text Example


Text Example

White with #CA0E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E1D; }

 p { color: rgb(202,14,29); }

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

background-color css

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

 a { background-color: rgb(202,14,29); }

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

border-color css

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

 span { border-color: rgb(202,14,29); }

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