Html Css Color HEX #C71A1D Fire Engine Red

📋 copy color: '#C71A1D'

red 199 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #C71A1D

Tints of Fire Engine Red #C71A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

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

R = 78.35%
G = 10.24%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C71A1D (or 0xC71A1D) is known color: Fire Engine Red. HEX triplet: C7, 1A and 1D. RGB value is (199,26,29). Sum of RGB (Red+Green+Blue) = 199+26+29=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A1D is #38E5E2. Grayscale: #4E4E4E. Windows color (decimal): -3728867 or 1907399. OLE color: 1907399.

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

Color convert

RGB 199 26 29 -
CMYK 0 0.87 0.85 0.22
HSL 358.96º 0.77% 0.44% -
HSV(B) 358.96º 0.87% 0.78% -
XYZ 24.14 12.97 2.39 -
YUV 78.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 199 26 29 0 0.87 0.85 0.22 358.96 0.77 0.44
Hex C7 1A 1D 0 57 55 16 167 4D 2C
Octal 307 32 35 0 127 125 26 547 115 54
Binary 11000111 11010 11101 0 1010111 1010101 10110 101100111 1001101 101100

Color Harmonies of #C71A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A1D

Black with #C71A1D

Text Example


Text Example

White with #C71A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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