Html Css Color HEX #C51829 Fire Engine Red

📋 copy color: '#C51829'

red 197 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #C51829

Tints of Fire Engine Red #C51829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 75.19%
G = 9.16%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C51829 (or 0xC51829) is known color: Fire Engine Red. HEX triplet: C5, 18 and 29. RGB value is (197,24,41). Sum of RGB (Red+Green+Blue) = 197+24+41=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C51829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51829 is #3AE7D6. Grayscale: #4D4D4D. Windows color (decimal): -3860439 or 2693317. OLE color: 2693317.

HSL color Cylindrical-coordinate representation of color #C51829: hue angle of 354.1º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51829 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 41 -
CMYK 0 0.88 0.79 0.23
HSL 354.1º 0.78% 0.43% -
HSV(B) 354.1º 0.88% 0.77% -
XYZ 23.75 12.68 3.29 -
YUV 77.67 107.31 213.12 -
System Red Green Blue C M Y K H S L
Decimal 197 24 41 0 0.88 0.79 0.23 354.1 0.78 0.43
Hex C5 18 29 0 58 4F 17 162 4E 2B
Octal 305 30 51 0 130 117 27 542 116 53
Binary 11000101 11000 101001 0 1011000 1001111 10111 101100010 1001110 101011

Color Harmonies of #C51829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51829

Black with #C51829

Text Example


Text Example

White with #C51829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51829; }

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

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

background-color css

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

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

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

border-color css

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

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

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