Html Css Color HEX #D5092A Fire Engine Red

📋 copy color: '#D5092A'

red 213 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #D5092A

Tints of Fire Engine Red #D5092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 80.68%
G = 3.41%
B = 15.91%

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

#D5092A (or 0xD5092A) is known color: Fire Engine Red. HEX triplet: D5, 09 and 2A. RGB value is (213,9,42). Sum of RGB (Red+Green+Blue) = 213+9+42=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5092A is #2AF6D5. Grayscale: #494949. Windows color (decimal): -2815702 or 2755029. OLE color: 2755029.

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

Color convert

RGB 213 9 42 -
CMYK 0 0.96 0.80 0.16
HSL 350.29º 0.92% 0.44% -
HSV(B) 350.29º 0.96% 0.84% -
XYZ 27.96 14.51 3.52 -
YUV 73.76 110.09 227.32 -
System Red Green Blue C M Y K H S L
Decimal 213 9 42 0 0.96 0.80 0.16 350.29 0.92 0.44
Hex D5 9 2A 0 60 50 10 15E 5C 2C
Octal 325 11 52 0 140 120 20 536 134 54
Binary 11010101 1001 101010 0 1100000 1010000 10000 101011110 1011100 101100

Color Harmonies of #D5092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5092A

Black with #D5092A

Text Example


Text Example

White with #D5092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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