Html Css Color HEX #C71B1D Fire Engine Red

📋 copy color: '#C71B1D'

red 199 ◦ green 27 ◦ blue 29

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

Shades of Fire Engine Red #C71B1D

Tints of Fire Engine Red #C71B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 78.04%
G = 10.59%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C71B1D (or 0xC71B1D) is known color: Fire Engine Red. HEX triplet: C7, 1B and 1D. RGB value is (199,27,29). Sum of RGB (Red+Green+Blue) = 199+27+29=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B1D is #38E4E2. Grayscale: #4E4E4E. Windows color (decimal): -3728611 or 1907655. OLE color: 1907655.

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

Color convert

RGB 199 27 29 -
CMYK 0 0.86 0.85 0.22
HSL 359.3º 0.76% 0.44% -
HSV(B) 359.3º 0.86% 0.78% -
XYZ 24.17 13.01 2.4 -
YUV 78.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 199 27 29 0 0.86 0.85 0.22 359.3 0.76 0.44
Hex C7 1B 1D 0 56 55 16 167 4C 2C
Octal 307 33 35 0 126 125 26 547 114 54
Binary 11000111 11011 11101 0 1010110 1010101 10110 101100111 1001100 101100

Color Harmonies of #C71B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71B1D

Black with #C71B1D

Text Example


Text Example

White with #C71B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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