Html Css Color HEX #D50326 Fire Engine Red

📋 copy color: '#D50326'

red 213 ◦ green 3 ◦ blue 38

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

Shades of Fire Engine Red #D50326

Tints of Fire Engine Red #D50326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 83.86%
G = 1.18%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D50326 (or 0xD50326) is known color: Fire Engine Red. HEX triplet: D5, 03 and 26. RGB value is (213,3,38). Sum of RGB (Red+Green+Blue) = 213+3+38=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D50326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50326 is #2AFCD9. Grayscale: #454545. Windows color (decimal): -2817242 or 2491349. OLE color: 2491349.

HSL color Cylindrical-coordinate representation of color #D50326: hue angle of 350º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50326 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 38 -
CMYK 0 0.99 0.82 0.16
HSL 350º 0.97% 0.42% -
HSV(B) 350º 0.99% 0.84% -
XYZ 27.82 14.35 3.14 -
YUV 69.78 110.07 230.15 -
System Red Green Blue C M Y K H S L
Decimal 213 3 38 0 0.99 0.82 0.16 350 0.97 0.42
Hex D5 3 26 0 63 52 10 15E 61 2A
Octal 325 3 46 0 143 122 20 536 141 52
Binary 11010101 11 100110 0 1100011 1010010 10000 101011110 1100001 101010

Color Harmonies of #D50326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50326

Black with #D50326

Text Example


Text Example

White with #D50326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50326; }

 p { color: rgb(213,3,38); }

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

background-color css

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

 a { background-color: rgb(213,3,38); }

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

border-color css

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

 span { border-color: rgb(213,3,38); }

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