Html Css Color HEX #C5072B Fire Engine Red

📋 copy color: '#C5072B'

red 197 ◦ green 7 ◦ blue 43

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

Shades of Fire Engine Red #C5072B

Tints of Fire Engine Red #C5072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.41%

R = 79.76%
G = 2.83%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5072B (or 0xC5072B) is known color: Fire Engine Red. HEX triplet: C5, 07 and 2B. RGB value is (197,7,43). Sum of RGB (Red+Green+Blue) = 197+7+43=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5072B is #3AF8D4. Grayscale: #434343. Windows color (decimal): -3864789 or 2820037. OLE color: 2820037.

HSL color Cylindrical-coordinate representation of color #C5072B: hue angle of 348.63º 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 #C5072B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 43 -
CMYK 0 0.96 0.78 0.23
HSL 348.63º 0.93% 0.4% -
HSV(B) 348.63º 0.96% 0.77% -
XYZ 23.54 12.2 3.4 -
YUV 67.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 197 7 43 0 0.96 0.78 0.23 348.63 0.93 0.4
Hex C5 7 2B 0 60 4E 17 15D 5D 28
Octal 305 7 53 0 140 116 27 535 135 50
Binary 11000101 111 101011 0 1100000 1001110 10111 101011101 1011101 101000

Color Harmonies of #C5072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5072B

Black with #C5072B

Text Example


Text Example

White with #C5072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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