Html Css Color HEX #C5062D Fire Engine Red

📋 copy color: '#C5062D'

red 197 ◦ green 6 ◦ blue 45

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

Shades of Fire Engine Red #C5062D

Tints of Fire Engine Red #C5062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 79.44%
G = 2.42%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5062D (or 0xC5062D) is known color: Fire Engine Red. HEX triplet: C5, 06 and 2D. RGB value is (197,6,45). Sum of RGB (Red+Green+Blue) = 197+6+45=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5062D is #3AF9D2. Grayscale: #434343. Windows color (decimal): -3865043 or 2950853. OLE color: 2950853.

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

Color convert

RGB 197 6 45 -
CMYK 0 0.97 0.77 0.23
HSL 347.75º 0.94% 0.4% -
HSV(B) 347.75º 0.97% 0.77% -
XYZ 23.56 12.19 3.59 -
YUV 67.56 115.28 220.33 -
System Red Green Blue C M Y K H S L
Decimal 197 6 45 0 0.97 0.77 0.23 347.75 0.94 0.4
Hex C5 6 2D 0 61 4D 17 15C 5E 28
Octal 305 6 55 0 141 115 27 534 136 50
Binary 11000101 110 101101 0 1100001 1001101 10111 101011100 1011110 101000

Color Harmonies of #C5062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5062D

Black with #C5062D

Text Example


Text Example

White with #C5062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5062D; }

 p { color: rgb(197,6,45); }

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

background-color css

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

 a { background-color: rgb(197,6,45); }

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

border-color css

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

 span { border-color: rgb(197,6,45); }

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