Html Css Color HEX #D50327 Fire Engine Red

📋 copy color: '#D50327'

red 213 ◦ green 3 ◦ blue 39

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

Shades of Fire Engine Red #D50327

Tints of Fire Engine Red #D50327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 83.53%
G = 1.18%
B = 15.29%

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

#D50327 (or 0xD50327) is known color: Fire Engine Red. HEX triplet: D5, 03 and 27. RGB value is (213,3,39). Sum of RGB (Red+Green+Blue) = 213+3+39=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50327 is #2AFCD8. Grayscale: #454545. Windows color (decimal): -2817241 or 2556885. OLE color: 2556885.

HSL color Cylindrical-coordinate representation of color #D50327: hue angle of 349.71º 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 #D50327 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 39 -
CMYK 0 0.99 0.82 0.16
HSL 349.71º 0.97% 0.42% -
HSV(B) 349.71º 0.99% 0.84% -
XYZ 27.84 14.36 3.22 -
YUV 69.89 110.57 230.07 -
System Red Green Blue C M Y K H S L
Decimal 213 3 39 0 0.99 0.82 0.16 349.71 0.97 0.42
Hex D5 3 27 0 63 52 10 15E 61 2A
Octal 325 3 47 0 143 122 20 536 141 52
Binary 11010101 11 100111 0 1100011 1010010 10000 101011110 1100001 101010

Color Harmonies of #D50327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50327

Black with #D50327

Text Example


Text Example

White with #D50327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50327; }

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

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

background-color css

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

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

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

border-color css

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

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

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