Html Css Color HEX #D4092B Fire Engine Red

📋 copy color: '#D4092B'

red 212 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #D4092B

Tints of Fire Engine Red #D4092B

RGB

 RED value IS 212 (83.2% from 255) = 80.3%

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

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

R = 80.3%
G = 3.41%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4092B (or 0xD4092B) is known color: Fire Engine Red. HEX triplet: D4, 09 and 2B. RGB value is (212,9,43). Sum of RGB (Red+Green+Blue) = 212+9+43=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D4092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4092B is #2BF6D4. Grayscale: #494949. Windows color (decimal): -2881237 or 2820564. OLE color: 2820564.

HSL color Cylindrical-coordinate representation of color #D4092B: hue angle of 349.95º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4092B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 43 -
CMYK 0 0.96 0.80 0.17
HSL 349.95º 0.92% 0.43% -
HSV(B) 349.95º 0.96% 0.83% -
XYZ 27.69 14.37 3.6 -
YUV 73.57 110.75 226.74 -
System Red Green Blue C M Y K H S L
Decimal 212 9 43 0 0.96 0.80 0.17 349.95 0.92 0.43
Hex D4 9 2B 0 60 50 11 15E 5C 2B
Octal 324 11 53 0 140 120 21 536 134 53
Binary 11010100 1001 101011 0 1100000 1010000 10001 101011110 1011100 101011

Color Harmonies of #D4092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4092B

Black with #D4092B

Text Example


Text Example

White with #D4092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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