Html Css Color HEX #C51D23 Fire Engine Red

📋 copy color: '#C51D23'

red 197 ◦ green 29 ◦ blue 35

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

Shades of Fire Engine Red #C51D23

Tints of Fire Engine Red #C51D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 75.48%
G = 11.11%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C51D23 (or 0xC51D23) is known color: Fire Engine Red. HEX triplet: C5, 1D and 23. RGB value is (197,29,35). Sum of RGB (Red+Green+Blue) = 197+29+35=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D23 is #3AE2DC. Grayscale: #505050. Windows color (decimal): -3859165 or 2301381. OLE color: 2301381.

HSL color Cylindrical-coordinate representation of color #C51D23: hue angle of 357.86º 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 #C51D23 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 29 35 -
CMYK 0 0.85 0.82 0.23
HSL 357.86º 0.74% 0.44% -
HSV(B) 357.86º 0.85% 0.77% -
XYZ 23.77 12.87 2.82 -
YUV 79.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 197 29 35 0 0.85 0.82 0.23 357.86 0.74 0.44
Hex C5 1D 23 0 55 52 17 166 4A 2C
Octal 305 35 43 0 125 122 27 546 112 54
Binary 11000101 11101 100011 0 1010101 1010010 10111 101100110 1001010 101100

Color Harmonies of #C51D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D23

Black with #C51D23

Text Example


Text Example

White with #C51D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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