Html Css Color HEX #C50D2D Fire Engine Red

📋 copy color: '#C50D2D'

red 197 ◦ green 13 ◦ blue 45

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

Shades of Fire Engine Red #C50D2D

Tints of Fire Engine Red #C50D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

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

R = 77.25%
G = 5.1%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C50D2D (or 0xC50D2D) is known color: Fire Engine Red. HEX triplet: C5, 0D and 2D. RGB value is (197,13,45). Sum of RGB (Red+Green+Blue) = 197+13+45=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D2D is #3AF2D2. Grayscale: #474747. Windows color (decimal): -3863251 or 2952645. OLE color: 2952645.

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

Color convert

RGB 197 13 45 -
CMYK 0 0.93 0.77 0.23
HSL 349.57º 0.88% 0.41% -
HSV(B) 349.57º 0.93% 0.77% -
XYZ 23.64 12.35 3.62 -
YUV 71.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 197 13 45 0 0.93 0.77 0.23 349.57 0.88 0.41
Hex C5 D 2D 0 5D 4D 17 15E 58 29
Octal 305 15 55 0 135 115 27 536 130 51
Binary 11000101 1101 101101 0 1011101 1001101 10111 101011110 1011000 101001

Color Harmonies of #C50D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D2D

Black with #C50D2D

Text Example


Text Example

White with #C50D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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