Html Css Color HEX #D5092B Fire Engine Red

📋 copy color: '#D5092B'

red 213 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #D5092B

Tints of Fire Engine Red #D5092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 80.38%
G = 3.4%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5092B (or 0xD5092B) is known color: Fire Engine Red. HEX triplet: D5, 09 and 2B. RGB value is (213,9,43). Sum of RGB (Red+Green+Blue) = 213+9+43=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D5092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5092B is #2AF6D4. Grayscale: #494949. Windows color (decimal): -2815701 or 2820565. OLE color: 2820565.

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

Color convert

RGB 213 9 43 -
CMYK 0 0.96 0.80 0.16
HSL 350º 0.92% 0.44% -
HSV(B) 350º 0.96% 0.84% -
XYZ 27.97 14.52 3.61 -
YUV 73.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 213 9 43 0 0.96 0.80 0.16 350 0.92 0.44
Hex D5 9 2B 0 60 50 10 15E 5C 2C
Octal 325 11 53 0 140 120 20 536 134 54
Binary 11010101 1001 101011 0 1100000 1010000 10000 101011110 1011100 101100

Color Harmonies of #D5092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5092B

Black with #D5092B

Text Example


Text Example

White with #D5092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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