Html Css Color HEX #C5062B Fire Engine Red

📋 copy color: '#C5062B'

red 197 ◦ green 6 ◦ blue 43

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

Shades of Fire Engine Red #C5062B

Tints of Fire Engine Red #C5062B

RGB

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

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

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

R = 80.08%
G = 2.44%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5062B (or 0xC5062B) is known color: Fire Engine Red. HEX triplet: C5, 06 and 2B. RGB value is (197,6,43). Sum of RGB (Red+Green+Blue) = 197+6+43=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5062B is #3AF9D4. Grayscale: #434343. Windows color (decimal): -3865045 or 2819781. OLE color: 2819781.

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

Color convert

RGB 197 6 43 -
CMYK 0 0.97 0.78 0.23
HSL 348.38º 0.94% 0.4% -
HSV(B) 348.38º 0.97% 0.77% -
XYZ 23.53 12.17 3.4 -
YUV 67.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 197 6 43 0 0.97 0.78 0.23 348.38 0.94 0.4
Hex C5 6 2B 0 61 4E 17 15C 5E 28
Octal 305 6 53 0 141 116 27 534 136 50
Binary 11000101 110 101011 0 1100001 1001110 10111 101011100 1011110 101000

Color Harmonies of #C5062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5062B

Black with #C5062B

Text Example


Text Example

White with #C5062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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