Html Css Color HEX #D50A29 Fire Engine Red

📋 copy color: '#D50A29'

red 213 ◦ green 10 ◦ blue 41

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

Shades of Fire Engine Red #D50A29

Tints of Fire Engine Red #D50A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 80.68%
G = 3.79%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D50A29 (or 0xD50A29) is known color: Fire Engine Red. HEX triplet: D5, 0A and 29. RGB value is (213,10,41). Sum of RGB (Red+Green+Blue) = 213+10+41=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A29 is #2AF5D6. Grayscale: #4A4A4A. Windows color (decimal): -2815447 or 2689749. OLE color: 2689749.

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

Color convert

RGB 213 10 41 -
CMYK 0 0.95 0.81 0.16
HSL 350.84º 0.91% 0.44% -
HSV(B) 350.84º 0.95% 0.84% -
XYZ 27.95 14.52 3.43 -
YUV 74.23 109.25 226.98 -
System Red Green Blue C M Y K H S L
Decimal 213 10 41 0 0.95 0.81 0.16 350.84 0.91 0.44
Hex D5 A 29 0 5F 51 10 15F 5B 2C
Octal 325 12 51 0 137 121 20 537 133 54
Binary 11010101 1010 101001 0 1011111 1010001 10000 101011111 1011011 101100

Color Harmonies of #D50A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A29

Black with #D50A29

Text Example


Text Example

White with #D50A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A29; }

 p { color: rgb(213,10,41); }

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

background-color css

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

 a { background-color: rgb(213,10,41); }

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

border-color css

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

 span { border-color: rgb(213,10,41); }

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