Html Css Color HEX #C50729 Fire Engine Red

📋 copy color: '#C50729'

red 197 ◦ green 7 ◦ blue 41

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

Shades of Fire Engine Red #C50729

Tints of Fire Engine Red #C50729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 80.41%
G = 2.86%
B = 16.73%

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

#C50729 (or 0xC50729) is known color: Fire Engine Red. HEX triplet: C5, 07 and 29. RGB value is (197,7,41). Sum of RGB (Red+Green+Blue) = 197+7+41=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C50729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50729 is #3AF8D6. Grayscale: #434343. Windows color (decimal): -3864791 or 2688965. OLE color: 2688965.

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

Color convert

RGB 197 7 41 -
CMYK 0 0.96 0.79 0.23
HSL 349.26º 0.93% 0.4% -
HSV(B) 349.26º 0.96% 0.77% -
XYZ 23.5 12.18 3.21 -
YUV 67.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 197 7 41 0 0.96 0.79 0.23 349.26 0.93 0.4
Hex C5 7 29 0 60 4F 17 15D 5D 28
Octal 305 7 51 0 140 117 27 535 135 50
Binary 11000101 111 101001 0 1100000 1001111 10111 101011101 1011101 101000

Color Harmonies of #C50729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50729

Black with #C50729

Text Example


Text Example

White with #C50729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50729; }

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

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

background-color css

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

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

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

border-color css

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

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

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