Html Css Color HEX #CA1729 Fire Engine Red

📋 copy color: '#CA1729'

red 202 ◦ green 23 ◦ blue 41

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

Shades of Fire Engine Red #CA1729

Tints of Fire Engine Red #CA1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 75.94%
G = 8.65%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA1729 (or 0xCA1729) is known color: Fire Engine Red. HEX triplet: CA, 17 and 29. RGB value is (202,23,41). Sum of RGB (Red+Green+Blue) = 202+23+41=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1729 is #35E8D6. Grayscale: #4E4E4E. Windows color (decimal): -3533015 or 2693066. OLE color: 2693066.

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

Color convert

RGB 202 23 41 -
CMYK 0 0.89 0.80 0.21
HSL 353.97º 0.8% 0.44% -
HSV(B) 353.97º 0.89% 0.79% -
XYZ 25.06 13.33 3.35 -
YUV 78.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 202 23 41 0 0.89 0.80 0.21 353.97 0.8 0.44
Hex CA 17 29 0 59 50 15 162 50 2C
Octal 312 27 51 0 131 120 25 542 120 54
Binary 11001010 10111 101001 0 1011001 1010000 10101 101100010 1010000 101100

Color Harmonies of #CA1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1729

Black with #CA1729

Text Example


Text Example

White with #CA1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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