Html Css Color HEX #C71F29 Fire Engine Red

📋 copy color: '#C71F29'

red 199 ◦ green 31 ◦ blue 41

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

Shades of Fire Engine Red #C71F29

Tints of Fire Engine Red #C71F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

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

R = 73.43%
G = 11.44%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C71F29 (or 0xC71F29) is known color: Fire Engine Red. HEX triplet: C7, 1F and 29. RGB value is (199,31,41). Sum of RGB (Red+Green+Blue) = 199+31+41=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F29 is #38E0D6. Grayscale: #525252. Windows color (decimal): -3727575 or 2695111. OLE color: 2695111.

HSL color Cylindrical-coordinate representation of color #C71F29: hue angle of 356.43º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F29 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 41 -
CMYK 0 0.84 0.79 0.22
HSL 356.43º 0.73% 0.45% -
HSV(B) 356.43º 0.84% 0.78% -
XYZ 24.44 13.28 3.37 -
YUV 82.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 199 31 41 0 0.84 0.79 0.22 356.43 0.73 0.45
Hex C7 1F 29 0 54 4F 16 164 49 2D
Octal 307 37 51 0 124 117 26 544 111 55
Binary 11000111 11111 101001 0 1010100 1001111 10110 101100100 1001001 101101

Color Harmonies of #C71F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F29

Black with #C71F29

Text Example


Text Example

White with #C71F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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