Html Css Color HEX #C71D2A Fire Engine Red

📋 copy color: '#C71D2A'

red 199 ◦ green 29 ◦ blue 42

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

Shades of Fire Engine Red #C71D2A

Tints of Fire Engine Red #C71D2A

RGB

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

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

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

R = 73.7%
G = 10.74%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C71D2A (or 0xC71D2A) is known color: Fire Engine Red. HEX triplet: C7, 1D and 2A. RGB value is (199,29,42). Sum of RGB (Red+Green+Blue) = 199+29+42=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D2A is #38E2D5. Grayscale: #515151. Windows color (decimal): -3728086 or 2760135. OLE color: 2760135.

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

Color convert

RGB 199 29 42 -
CMYK 0 0.85 0.79 0.22
HSL 355.41º 0.75% 0.45% -
HSV(B) 355.41º 0.85% 0.78% -
XYZ 24.41 13.19 3.45 -
YUV 81.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 199 29 42 0 0.85 0.79 0.22 355.41 0.75 0.45
Hex C7 1D 2A 0 55 4F 16 163 4B 2D
Octal 307 35 52 0 125 117 26 543 113 55
Binary 11000111 11101 101010 0 1010101 1001111 10110 101100011 1001011 101101

Color Harmonies of #C71D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D2A

Black with #C71D2A

Text Example


Text Example

White with #C71D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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