Html Css Color HEX #C71429 Fire Engine Red

📋 copy color: '#C71429'

red 199 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #C71429

Tints of Fire Engine Red #C71429

RGB

 RED value IS 199 (78.13% from 255) = 76.54%

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 76.54%
G = 7.69%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C71429 (or 0xC71429) is known color: Fire Engine Red. HEX triplet: C7, 14 and 29. RGB value is (199,20,41). Sum of RGB (Red+Green+Blue) = 199+20+41=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C71429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71429 is #38EBD6. Grayscale: #4C4C4C. Windows color (decimal): -3730391 or 2692295. OLE color: 2692295.

HSL color Cylindrical-coordinate representation of color #C71429: hue angle of 352.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71429 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 41 -
CMYK 0 0.90 0.79 0.22
HSL 352.96º 0.82% 0.43% -
HSV(B) 352.96º 0.9% 0.78% -
XYZ 24.2 12.8 3.29 -
YUV 75.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 199 20 41 0 0.90 0.79 0.22 352.96 0.82 0.43
Hex C7 14 29 0 5A 4F 16 161 52 2B
Octal 307 24 51 0 132 117 26 541 122 53
Binary 11000111 10100 101001 0 1011010 1001111 10110 101100001 1010010 101011

Color Harmonies of #C71429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71429

Black with #C71429

Text Example


Text Example

White with #C71429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71429; }

 p { color: rgb(199,20,41); }

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

background-color css

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

 a { background-color: rgb(199,20,41); }

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

border-color css

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

 span { border-color: rgb(199,20,41); }

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