Html Css Color HEX #CA0F2D Fire Engine Red

📋 copy color: '#CA0F2D'

red 202 ◦ green 15 ◦ blue 45

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

Shades of Fire Engine Red #CA0F2D

Tints of Fire Engine Red #CA0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.73%

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 77.1%
G = 5.73%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA0F2D (or 0xCA0F2D) is known color: Fire Engine Red. HEX triplet: CA, 0F and 2D. RGB value is (202,15,45). Sum of RGB (Red+Green+Blue) = 202+15+45=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F2D is #35F0D2. Grayscale: #4A4A4A. Windows color (decimal): -3535059 or 2953162. OLE color: 2953162.

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

Color convert

RGB 202 15 45 -
CMYK 0 0.93 0.78 0.21
HSL 350.37º 0.86% 0.43% -
HSV(B) 350.37º 0.93% 0.79% -
XYZ 25 13.09 3.69 -
YUV 74.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 202 15 45 0 0.93 0.78 0.21 350.37 0.86 0.43
Hex CA F 2D 0 5D 4E 15 15E 56 2B
Octal 312 17 55 0 135 116 25 536 126 53
Binary 11001010 1111 101101 0 1011101 1001110 10101 101011110 1010110 101011

Color Harmonies of #CA0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F2D

Black with #CA0F2D

Text Example


Text Example

White with #CA0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F2D; }

 p { color: rgb(202,15,45); }

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

background-color css

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

 a { background-color: rgb(202,15,45); }

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

border-color css

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

 span { border-color: rgb(202,15,45); }

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