Html Css Color HEX #C71F2A Fire Engine Red

📋 copy color: '#C71F2A'

red 199 ◦ green 31 ◦ blue 42

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

Shades of Fire Engine Red #C71F2A

Tints of Fire Engine Red #C71F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 73.16%
G = 11.4%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C71F2A (or 0xC71F2A) is known color: Fire Engine Red. HEX triplet: C7, 1F and 2A. RGB value is (199,31,42). Sum of RGB (Red+Green+Blue) = 199+31+42=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F2A is #38E0D5. Grayscale: #525252. Windows color (decimal): -3727574 or 2760647. OLE color: 2760647.

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

Color convert

RGB 199 31 42 -
CMYK 0 0.84 0.79 0.22
HSL 356.07º 0.73% 0.45% -
HSV(B) 356.07º 0.84% 0.78% -
XYZ 24.46 13.29 3.47 -
YUV 82.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 199 31 42 0 0.84 0.79 0.22 356.07 0.73 0.45
Hex C7 1F 2A 0 54 4F 16 164 49 2D
Octal 307 37 52 0 124 117 26 544 111 55
Binary 11000111 11111 101010 0 1010100 1001111 10110 101100100 1001001 101101

Color Harmonies of #C71F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F2A

Black with #C71F2A

Text Example


Text Example

White with #C71F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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