Html Css Color HEX #C50927 Fire Engine Red

📋 copy color: '#C50927'

red 197 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #C50927

Tints of Fire Engine Red #C50927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 80.41%
G = 3.67%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C50927 (or 0xC50927) is known color: Fire Engine Red. HEX triplet: C5, 09 and 27. RGB value is (197,9,39). Sum of RGB (Red+Green+Blue) = 197+9+39=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C50927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50927 is #3AF6D8. Grayscale: #444444. Windows color (decimal): -3864281 or 2558405. OLE color: 2558405.

HSL color Cylindrical-coordinate representation of color #C50927: hue angle of 350.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50927 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 39 -
CMYK 0 0.95 0.80 0.23
HSL 350.43º 0.91% 0.4% -
HSV(B) 350.43º 0.95% 0.77% -
XYZ 23.49 12.21 3.04 -
YUV 68.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 197 9 39 0 0.95 0.80 0.23 350.43 0.91 0.4
Hex C5 9 27 0 5F 50 17 15E 5B 28
Octal 305 11 47 0 137 120 27 536 133 50
Binary 11000101 1001 100111 0 1011111 1010000 10111 101011110 1011011 101000

Color Harmonies of #C50927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50927

Black with #C50927

Text Example


Text Example

White with #C50927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50927; }

 p { color: rgb(197,9,39); }

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

background-color css

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

 a { background-color: rgb(197,9,39); }

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

border-color css

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

 span { border-color: rgb(197,9,39); }

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