Html Css Color HEX #C71C2C Fire Engine Red

📋 copy color: '#C71C2C'

red 199 ◦ green 28 ◦ blue 44

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

Shades of Fire Engine Red #C71C2C

Tints of Fire Engine Red #C71C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 73.43%
G = 10.33%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C71C2C (or 0xC71C2C) is known color: Fire Engine Red. HEX triplet: C7, 1C and 2C. RGB value is (199,28,44). Sum of RGB (Red+Green+Blue) = 199+28+44=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71C2C is #38E3D3. Grayscale: #515151. Windows color (decimal): -3728340 or 2890951. OLE color: 2890951.

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

Color convert

RGB 199 28 44 -
CMYK 0 0.86 0.78 0.22
HSL 354.39º 0.75% 0.45% -
HSV(B) 354.39º 0.86% 0.78% -
XYZ 24.42 13.15 3.63 -
YUV 80.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 199 28 44 0 0.86 0.78 0.22 354.39 0.75 0.45
Hex C7 1C 2C 0 56 4E 16 162 4B 2D
Octal 307 34 54 0 126 116 26 542 113 55
Binary 11000111 11100 101100 0 1010110 1001110 10110 101100010 1001011 101101

Color Harmonies of #C71C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C2C

Black with #C71C2C

Text Example


Text Example

White with #C71C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C2C; }

 p { color: rgb(199,28,44); }

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

background-color css

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

 a { background-color: rgb(199,28,44); }

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

border-color css

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

 span { border-color: rgb(199,28,44); }

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