Html Css Color HEX #C51E25 Fire Engine Red

📋 copy color: '#C51E25'

red 197 ◦ green 30 ◦ blue 37

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

Shades of Fire Engine Red #C51E25

Tints of Fire Engine Red #C51E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 74.62%
G = 11.36%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C51E25 (or 0xC51E25) is known color: Fire Engine Red. HEX triplet: C5, 1E and 25. RGB value is (197,30,37). Sum of RGB (Red+Green+Blue) = 197+30+37=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E25 is #3AE1DA. Grayscale: #505050. Windows color (decimal): -3858907 or 2432709. OLE color: 2432709.

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

Color convert

RGB 197 30 37 -
CMYK 0 0.85 0.81 0.23
HSL 357.49º 0.74% 0.45% -
HSV(B) 357.49º 0.85% 0.77% -
XYZ 23.82 12.93 2.99 -
YUV 80.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 197 30 37 0 0.85 0.81 0.23 357.49 0.74 0.45
Hex C5 1E 25 0 55 51 17 165 4A 2D
Octal 305 36 45 0 125 121 27 545 112 55
Binary 11000101 11110 100101 0 1010101 1010001 10111 101100101 1001010 101101

Color Harmonies of #C51E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E25

Black with #C51E25

Text Example


Text Example

White with #C51E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E25; }

 p { color: rgb(197,30,37); }

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

background-color css

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

 a { background-color: rgb(197,30,37); }

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

border-color css

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

 span { border-color: rgb(197,30,37); }

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