Html Css Color HEX #CA0729 Fire Engine Red

📋 copy color: '#CA0729'

red 202 ◦ green 7 ◦ blue 41

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

Shades of Fire Engine Red #CA0729

Tints of Fire Engine Red #CA0729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 80.8%
G = 2.8%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA0729 (or 0xCA0729) is known color: Fire Engine Red. HEX triplet: CA, 07 and 29. RGB value is (202,7,41). Sum of RGB (Red+Green+Blue) = 202+7+41=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0729 is #35F8D6. Grayscale: #454545. Windows color (decimal): -3537111 or 2688970. OLE color: 2688970.

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

Color convert

RGB 202 7 41 -
CMYK 0 0.97 0.80 0.21
HSL 349.54º 0.93% 0.41% -
HSV(B) 349.54º 0.97% 0.79% -
XYZ 24.83 12.87 3.27 -
YUV 69.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 202 7 41 0 0.97 0.80 0.21 349.54 0.93 0.41
Hex CA 7 29 0 61 50 15 15E 5D 29
Octal 312 7 51 0 141 120 25 536 135 51
Binary 11001010 111 101001 0 1100001 1010000 10101 101011110 1011101 101001

Color Harmonies of #CA0729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0729

Black with #CA0729

Text Example


Text Example

White with #CA0729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0729; }

 p { color: rgb(202,7,41); }

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

background-color css

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

 a { background-color: rgb(202,7,41); }

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

border-color css

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

 span { border-color: rgb(202,7,41); }

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