Html Css Color HEX #C5092D Fire Engine Red

📋 copy color: '#C5092D'

red 197 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #C5092D

Tints of Fire Engine Red #C5092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 78.49%
G = 3.59%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5092D (or 0xC5092D) is known color: Fire Engine Red. HEX triplet: C5, 09 and 2D. RGB value is (197,9,45). Sum of RGB (Red+Green+Blue) = 197+9+45=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5092D is #3AF6D2. Grayscale: #454545. Windows color (decimal): -3864275 or 2951621. OLE color: 2951621.

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

Color convert

RGB 197 9 45 -
CMYK 0 0.95 0.77 0.23
HSL 348.51º 0.91% 0.4% -
HSV(B) 348.51º 0.95% 0.77% -
XYZ 23.6 12.26 3.6 -
YUV 69.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 197 9 45 0 0.95 0.77 0.23 348.51 0.91 0.4
Hex C5 9 2D 0 5F 4D 17 15D 5B 28
Octal 305 11 55 0 137 115 27 535 133 50
Binary 11000101 1001 101101 0 1011111 1001101 10111 101011101 1011011 101000

Color Harmonies of #C5092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5092D

Black with #C5092D

Text Example


Text Example

White with #C5092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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