Html Css Color HEX #CA0A2D Fire Engine Red

📋 copy color: '#CA0A2D'

red 202 ◦ green 10 ◦ blue 45

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

Shades of Fire Engine Red #CA0A2D

Tints of Fire Engine Red #CA0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

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

R = 78.6%
G = 3.89%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA0A2D (or 0xCA0A2D) is known color: Fire Engine Red. HEX triplet: CA, 0A and 2D. RGB value is (202,10,45). Sum of RGB (Red+Green+Blue) = 202+10+45=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0A2D is #35F5D2. Grayscale: #474747. Windows color (decimal): -3536339 or 2951882. OLE color: 2951882.

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

Color convert

RGB 202 10 45 -
CMYK 0 0.95 0.78 0.21
HSL 349.06º 0.91% 0.42% -
HSV(B) 349.06º 0.95% 0.79% -
XYZ 24.94 12.96 3.67 -
YUV 71.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 202 10 45 0 0.95 0.78 0.21 349.06 0.91 0.42
Hex CA A 2D 0 5F 4E 15 15D 5B 2A
Octal 312 12 55 0 137 116 25 535 133 52
Binary 11001010 1010 101101 0 1011111 1001110 10101 101011101 1011011 101010

Color Harmonies of #CA0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A2D

Black with #CA0A2D

Text Example


Text Example

White with #CA0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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