Html Css Color HEX #C50829 Fire Engine Red

📋 copy color: '#C50829'

red 197 ◦ green 8 ◦ blue 41

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

Shades of Fire Engine Red #C50829

Tints of Fire Engine Red #C50829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 80.08%
G = 3.25%
B = 16.67%

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

#C50829 (or 0xC50829) is known color: Fire Engine Red. HEX triplet: C5, 08 and 29. RGB value is (197,8,41). Sum of RGB (Red+Green+Blue) = 197+8+41=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C50829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50829 is #3AF7D6. Grayscale: #444444. Windows color (decimal): -3864535 or 2689221. OLE color: 2689221.

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

Color convert

RGB 197 8 41 -
CMYK 0 0.96 0.79 0.23
HSL 349.52º 0.92% 0.4% -
HSV(B) 349.52º 0.96% 0.77% -
XYZ 23.51 12.2 3.21 -
YUV 68.27 112.62 219.82 -
System Red Green Blue C M Y K H S L
Decimal 197 8 41 0 0.96 0.79 0.23 349.52 0.92 0.4
Hex C5 8 29 0 60 4F 17 15E 5C 28
Octal 305 10 51 0 140 117 27 536 134 50
Binary 11000101 1000 101001 0 1100000 1001111 10111 101011110 1011100 101000

Color Harmonies of #C50829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50829

Black with #C50829

Text Example


Text Example

White with #C50829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50829; }

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

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

background-color css

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

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

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

border-color css

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

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

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