Html Css Color HEX #C51D25 Fire Engine Red

📋 copy color: '#C51D25'

red 197 ◦ green 29 ◦ blue 37

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

Shades of Fire Engine Red #C51D25

Tints of Fire Engine Red #C51D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

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

R = 74.9%
G = 11.03%
B = 14.07%

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

#C51D25 (or 0xC51D25) is known color: Fire Engine Red. HEX triplet: C5, 1D and 25. RGB value is (197,29,37). Sum of RGB (Red+Green+Blue) = 197+29+37=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D25 is #3AE2DA. Grayscale: #505050. Windows color (decimal): -3859163 or 2432453. OLE color: 2432453.

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

Color convert

RGB 197 29 37 -
CMYK 0 0.85 0.81 0.23
HSL 357.14º 0.74% 0.44% -
HSV(B) 357.14º 0.85% 0.77% -
XYZ 23.8 12.88 2.98 -
YUV 80.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 197 29 37 0 0.85 0.81 0.23 357.14 0.74 0.44
Hex C5 1D 25 0 55 51 17 165 4A 2C
Octal 305 35 45 0 125 121 27 545 112 54
Binary 11000101 11101 100101 0 1010101 1010001 10111 101100101 1001010 101100

Color Harmonies of #C51D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D25

Black with #C51D25

Text Example


Text Example

White with #C51D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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