Html Css Color HEX #C51024 Fire Engine Red

📋 copy color: '#C51024'

red 197 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #C51024

Tints of Fire Engine Red #C51024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 79.12%
G = 6.43%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C51024 (or 0xC51024) is known color: Fire Engine Red. HEX triplet: C5, 10 and 24. RGB value is (197,16,36). Sum of RGB (Red+Green+Blue) = 197+16+36=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C51024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51024 is #3AEFDB. Grayscale: #484848. Windows color (decimal): -3862492 or 2363589. OLE color: 2363589.

HSL color Cylindrical-coordinate representation of color #C51024: hue angle of 353.37º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51024 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 36 -
CMYK 0 0.92 0.82 0.23
HSL 353.37º 0.85% 0.42% -
HSV(B) 353.37º 0.92% 0.77% -
XYZ 23.53 12.37 2.82 -
YUV 72.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 197 16 36 0 0.92 0.82 0.23 353.37 0.85 0.42
Hex C5 10 24 0 5C 52 17 161 55 2A
Octal 305 20 44 0 134 122 27 541 125 52
Binary 11000101 10000 100100 0 1011100 1010010 10111 101100001 1010101 101010

Color Harmonies of #C51024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51024

Black with #C51024

Text Example


Text Example

White with #C51024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51024; }

 p { color: rgb(197,16,36); }

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

background-color css

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

 a { background-color: rgb(197,16,36); }

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

border-color css

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

 span { border-color: rgb(197,16,36); }

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