Html Css Color HEX #C71D1E Fire Engine Red

📋 copy color: '#C71D1E'

red 199 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #C71D1E

Tints of Fire Engine Red #C71D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 77.13%
G = 11.24%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C71D1E (or 0xC71D1E) is known color: Fire Engine Red. HEX triplet: C7, 1D and 1E. RGB value is (199,29,30). Sum of RGB (Red+Green+Blue) = 199+29+30=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D1E is #38E2E1. Grayscale: #505050. Windows color (decimal): -3728098 or 1973703. OLE color: 1973703.

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

Color convert

RGB 199 29 30 -
CMYK 0 0.85 0.85 0.22
HSL 359.65º 0.75% 0.45% -
HSV(B) 359.65º 0.85% 0.78% -
XYZ 24.23 13.11 2.48 -
YUV 79.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 199 29 30 0 0.85 0.85 0.22 359.65 0.75 0.45
Hex C7 1D 1E 0 55 55 16 168 4B 2D
Octal 307 35 36 0 125 125 26 550 113 55
Binary 11000111 11101 11110 0 1010101 1010101 10110 101101000 1001011 101101

Color Harmonies of #C71D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D1E

Black with #C71D1E

Text Example


Text Example

White with #C71D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D1E; }

 p { color: rgb(199,29,30); }

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

background-color css

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

 a { background-color: rgb(199,29,30); }

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

border-color css

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

 span { border-color: rgb(199,29,30); }

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