Html Css Color HEX #D50C23 Fire Engine Red

📋 copy color: '#D50C23'

red 213 ◦ green 12 ◦ blue 35

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

Shades of Fire Engine Red #D50C23

Tints of Fire Engine Red #D50C23

RGB

 RED value IS 213 (83.59% from 255) = 81.92%

 GREEN value IS 12 (5.08% from 255) = 4.62%

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

R = 81.92%
G = 4.62%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D50C23 (or 0xD50C23) is known color: Fire Engine Red. HEX triplet: D5, 0C and 23. RGB value is (213,12,35). Sum of RGB (Red+Green+Blue) = 213+12+35=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C23 is #2AF3DC. Grayscale: #4A4A4A. Windows color (decimal): -2814941 or 2297045. OLE color: 2297045.

HSL color Cylindrical-coordinate representation of color #D50C23: hue angle of 353.13º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C23 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 12 35 -
CMYK 0 0.94 0.84 0.16
HSL 353.13º 0.89% 0.44% -
HSV(B) 353.13º 0.94% 0.84% -
XYZ 27.88 14.53 2.93 -
YUV 74.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 213 12 35 0 0.94 0.84 0.16 353.13 0.89 0.44
Hex D5 C 23 0 5E 54 10 161 59 2C
Octal 325 14 43 0 136 124 20 541 131 54
Binary 11010101 1100 100011 0 1011110 1010100 10000 101100001 1011001 101100

Color Harmonies of #D50C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C23

Black with #D50C23

Text Example


Text Example

White with #D50C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C23; }

 p { color: rgb(213,12,35); }

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

background-color css

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

 a { background-color: rgb(213,12,35); }

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

border-color css

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

 span { border-color: rgb(213,12,35); }

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