Html Css Color HEX #C51323 Fire Engine Red

📋 copy color: '#C51323'

red 197 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #C51323

Tints of Fire Engine Red #C51323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 78.49%
G = 7.57%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C51323 (or 0xC51323) is known color: Fire Engine Red. HEX triplet: C5, 13 and 23. RGB value is (197,19,35). Sum of RGB (Red+Green+Blue) = 197+19+35=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C51323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51323 is #3AECDC. Grayscale: #4A4A4A. Windows color (decimal): -3861725 or 2298821. OLE color: 2298821.

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

Color convert

RGB 197 19 35 -
CMYK 0 0.90 0.82 0.23
HSL 354.61º 0.82% 0.42% -
HSV(B) 354.61º 0.9% 0.77% -
XYZ 23.56 12.46 2.75 -
YUV 74.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 197 19 35 0 0.90 0.82 0.23 354.61 0.82 0.42
Hex C5 13 23 0 5A 52 17 163 52 2A
Octal 305 23 43 0 132 122 27 543 122 52
Binary 11000101 10011 100011 0 1011010 1010010 10111 101100011 1010010 101010

Color Harmonies of #C51323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51323

Black with #C51323

Text Example


Text Example

White with #C51323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51323; }

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

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

background-color css

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

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

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

border-color css

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

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

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