Html Css Color HEX #C71F21 Fire Engine Red

📋 copy color: '#C71F21'

red 199 ◦ green 31 ◦ blue 33

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

Shades of Fire Engine Red #C71F21

Tints of Fire Engine Red #C71F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 75.67%
G = 11.79%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C71F21 (or 0xC71F21) is known color: Fire Engine Red. HEX triplet: C7, 1F and 21. RGB value is (199,31,33). Sum of RGB (Red+Green+Blue) = 199+31+33=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F21 is #38E0DE. Grayscale: #515151. Windows color (decimal): -3727583 or 2170823. OLE color: 2170823.

HSL color Cylindrical-coordinate representation of color #C71F21: hue angle of 359.29º 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 #C71F21 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 33 -
CMYK 0 0.84 0.83 0.22
HSL 359.29º 0.73% 0.45% -
HSV(B) 359.29º 0.84% 0.78% -
XYZ 24.32 13.23 2.71 -
YUV 81.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 199 31 33 0 0.84 0.83 0.22 359.29 0.73 0.45
Hex C7 1F 21 0 54 53 16 167 49 2D
Octal 307 37 41 0 124 123 26 547 111 55
Binary 11000111 11111 100001 0 1010100 1010011 10110 101100111 1001001 101101

Color Harmonies of #C71F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F21

Black with #C71F21

Text Example


Text Example

White with #C71F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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