Html Css Color HEX #C51923 Fire Engine Red

📋 copy color: '#C51923'

red 197 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #C51923

Tints of Fire Engine Red #C51923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

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

R = 76.65%
G = 9.73%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C51923 (or 0xC51923) is known color: Fire Engine Red. HEX triplet: C5, 19 and 23. RGB value is (197,25,35). Sum of RGB (Red+Green+Blue) = 197+25+35=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C51923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51923 is #3AE6DC. Grayscale: #4D4D4D. Windows color (decimal): -3860189 or 2300357. OLE color: 2300357.

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

Color convert

RGB 197 25 35 -
CMYK 0 0.87 0.82 0.23
HSL 356.51º 0.77% 0.44% -
HSV(B) 356.51º 0.87% 0.77% -
XYZ 23.68 12.69 2.79 -
YUV 77.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 197 25 35 0 0.87 0.82 0.23 356.51 0.77 0.44
Hex C5 19 23 0 57 52 17 165 4D 2C
Octal 305 31 43 0 127 122 27 545 115 54
Binary 11000101 11001 100011 0 1010111 1010010 10111 101100101 1001101 101100

Color Harmonies of #C51923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51923

Black with #C51923

Text Example


Text Example

White with #C51923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51923; }

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

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

background-color css

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

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

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

border-color css

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

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

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