Html Css Color HEX #C71728 Fire Engine Red

📋 copy color: '#C71728'

red 199 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #C71728

Tints of Fire Engine Red #C71728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 75.95%
G = 8.78%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C71728 (or 0xC71728) is known color: Fire Engine Red. HEX triplet: C7, 17 and 28. RGB value is (199,23,40). Sum of RGB (Red+Green+Blue) = 199+23+40=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C71728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71728 is #38E8D7. Grayscale: #4D4D4D. Windows color (decimal): -3729624 or 2627527. OLE color: 2627527.

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

Color convert

RGB 199 23 40 -
CMYK 0 0.88 0.80 0.22
HSL 354.2º 0.79% 0.44% -
HSV(B) 354.2º 0.88% 0.78% -
XYZ 24.24 12.91 3.22 -
YUV 77.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 199 23 40 0 0.88 0.80 0.22 354.2 0.79 0.44
Hex C7 17 28 0 58 50 16 162 4F 2C
Octal 307 27 50 0 130 120 26 542 117 54
Binary 11000111 10111 101000 0 1011000 1010000 10110 101100010 1001111 101100

Color Harmonies of #C71728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71728

Black with #C71728

Text Example


Text Example

White with #C71728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71728; }

 p { color: rgb(199,23,40); }

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

background-color css

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

 a { background-color: rgb(199,23,40); }

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

border-color css

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

 span { border-color: rgb(199,23,40); }

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