Html Css Color HEX #C51629 Fire Engine Red

📋 copy color: '#C51629'

red 197 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #C51629

Tints of Fire Engine Red #C51629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 75.77%
G = 8.46%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C51629 (or 0xC51629) is known color: Fire Engine Red. HEX triplet: C5, 16 and 29. RGB value is (197,22,41). Sum of RGB (Red+Green+Blue) = 197+22+41=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C51629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51629 is #3AE9D6. Grayscale: #4C4C4C. Windows color (decimal): -3860951 or 2692805. OLE color: 2692805.

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

Color convert

RGB 197 22 41 -
CMYK 0 0.89 0.79 0.23
HSL 353.49º 0.8% 0.43% -
HSV(B) 353.49º 0.89% 0.77% -
XYZ 23.71 12.6 3.28 -
YUV 76.49 107.98 213.96 -
System Red Green Blue C M Y K H S L
Decimal 197 22 41 0 0.89 0.79 0.23 353.49 0.8 0.43
Hex C5 16 29 0 59 4F 17 161 50 2B
Octal 305 26 51 0 131 117 27 541 120 53
Binary 11000101 10110 101001 0 1011001 1001111 10111 101100001 1010000 101011

Color Harmonies of #C51629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51629

Black with #C51629

Text Example


Text Example

White with #C51629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51629; }

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

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

background-color css

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

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

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

border-color css

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

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

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