Html Css Color HEX #C5072A Fire Engine Red

📋 copy color: '#C5072A'

red 197 ◦ green 7 ◦ blue 42

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

Shades of Fire Engine Red #C5072A

Tints of Fire Engine Red #C5072A

RGB

 RED value IS 197 (77.34% from 255) = 80.08%

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 80.08%
G = 2.85%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5072A (or 0xC5072A) is known color: Fire Engine Red. HEX triplet: C5, 07 and 2A. RGB value is (197,7,42). Sum of RGB (Red+Green+Blue) = 197+7+42=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5072A is #3AF8D5. Grayscale: #434343. Windows color (decimal): -3864790 or 2754501. OLE color: 2754501.

HSL color Cylindrical-coordinate representation of color #C5072A: hue angle of 348.95º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5072A is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 42 -
CMYK 0 0.96 0.79 0.23
HSL 348.95º 0.93% 0.4% -
HSV(B) 348.95º 0.96% 0.77% -
XYZ 23.52 12.19 3.3 -
YUV 67.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 197 7 42 0 0.96 0.79 0.23 348.95 0.93 0.4
Hex C5 7 2A 0 60 4F 17 15D 5D 28
Octal 305 7 52 0 140 117 27 535 135 50
Binary 11000101 111 101010 0 1100000 1001111 10111 101011101 1011101 101000

Color Harmonies of #C5072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5072A

Black with #C5072A

Text Example


Text Example

White with #C5072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5072A; }

 p { color: rgb(197,7,42); }

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

background-color css

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

 a { background-color: rgb(197,7,42); }

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

border-color css

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

 span { border-color: rgb(197,7,42); }

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