Html Css Color HEX #D5091F Fire Engine Red

📋 copy color: '#D5091F'

red 213 ◦ green 9 ◦ blue 31

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

Shades of Fire Engine Red #D5091F

Tints of Fire Engine Red #D5091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 84.19%
G = 3.56%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5091F (or 0xD5091F) is known color: Fire Engine Red. HEX triplet: D5, 09 and 1F. RGB value is (213,9,31). Sum of RGB (Red+Green+Blue) = 213+9+31=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D5091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5091F is #2AF6E0. Grayscale: #484848. Windows color (decimal): -2815713 or 2034133. OLE color: 2034133.

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

Color convert

RGB 213 9 31 -
CMYK 0 0.96 0.85 0.16
HSL 353.53º 0.92% 0.44% -
HSV(B) 353.53º 0.96% 0.84% -
XYZ 27.79 14.44 2.62 -
YUV 72.5 104.59 228.21 -
System Red Green Blue C M Y K H S L
Decimal 213 9 31 0 0.96 0.85 0.16 353.53 0.92 0.44
Hex D5 9 1F 0 60 55 10 162 5C 2C
Octal 325 11 37 0 140 125 20 542 134 54
Binary 11010101 1001 11111 0 1100000 1010101 10000 101100010 1011100 101100

Color Harmonies of #D5091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5091F

Black with #D5091F

Text Example


Text Example

White with #D5091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5091F; }

 p { color: rgb(213,9,31); }

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

background-color css

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

 a { background-color: rgb(213,9,31); }

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

border-color css

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

 span { border-color: rgb(213,9,31); }

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