Html Css Color HEX #CA0D2A Fire Engine Red

📋 copy color: '#CA0D2A'

red 202 ◦ green 13 ◦ blue 42

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

Shades of Fire Engine Red #CA0D2A

Tints of Fire Engine Red #CA0D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 78.6%
G = 5.06%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA0D2A (or 0xCA0D2A) is known color: Fire Engine Red. HEX triplet: CA, 0D and 2A. RGB value is (202,13,42). Sum of RGB (Red+Green+Blue) = 202+13+42=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D2A is #35F2D5. Grayscale: #484848. Windows color (decimal): -3535574 or 2756042. OLE color: 2756042.

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

Color convert

RGB 202 13 42 -
CMYK 0 0.94 0.79 0.21
HSL 350.79º 0.88% 0.42% -
HSV(B) 350.79º 0.94% 0.79% -
XYZ 24.92 13.01 3.39 -
YUV 72.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 202 13 42 0 0.94 0.79 0.21 350.79 0.88 0.42
Hex CA D 2A 0 5E 4F 15 15F 58 2A
Octal 312 15 52 0 136 117 25 537 130 52
Binary 11001010 1101 101010 0 1011110 1001111 10101 101011111 1011000 101010

Color Harmonies of #CA0D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D2A

Black with #CA0D2A

Text Example


Text Example

White with #CA0D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D2A; }

 p { color: rgb(202,13,42); }

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

background-color css

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

 a { background-color: rgb(202,13,42); }

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

border-color css

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

 span { border-color: rgb(202,13,42); }

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