Html Css Color HEX #C71A2A Fire Engine Red

📋 copy color: '#C71A2A'

red 199 ◦ green 26 ◦ blue 42

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

Shades of Fire Engine Red #C71A2A

Tints of Fire Engine Red #C71A2A

RGB

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

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

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

R = 74.53%
G = 9.74%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C71A2A (or 0xC71A2A) is known color: Fire Engine Red. HEX triplet: C7, 1A and 2A. RGB value is (199,26,42). Sum of RGB (Red+Green+Blue) = 199+26+42=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A2A is #38E5D5. Grayscale: #4F4F4F. Windows color (decimal): -3728854 or 2759367. OLE color: 2759367.

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

Color convert

RGB 199 26 42 -
CMYK 0 0.87 0.79 0.22
HSL 354.45º 0.77% 0.44% -
HSV(B) 354.45º 0.87% 0.78% -
XYZ 24.34 13.05 3.43 -
YUV 79.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 199 26 42 0 0.87 0.79 0.22 354.45 0.77 0.44
Hex C7 1A 2A 0 57 4F 16 162 4D 2C
Octal 307 32 52 0 127 117 26 542 115 54
Binary 11000111 11010 101010 0 1010111 1001111 10110 101100010 1001101 101100

Color Harmonies of #C71A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A2A

Black with #C71A2A

Text Example


Text Example

White with #C71A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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