Html Css Color HEX #D00927 Fire Engine Red

📋 copy color: '#D00927'

red 208 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #D00927

Tints of Fire Engine Red #D00927

RGB

 RED value IS 208 (81.64% from 255) = 81.25%

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

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

R = 81.25%
G = 3.52%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D00927 (or 0xD00927) is known color: Fire Engine Red. HEX triplet: D0, 09 and 27. RGB value is (208,9,39). Sum of RGB (Red+Green+Blue) = 208+9+39=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D00927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00927 is #2FF6D8. Grayscale: #484848. Windows color (decimal): -3143385 or 2558416. OLE color: 2558416.

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

Color convert

RGB 208 9 39 -
CMYK 0 0.96 0.81 0.18
HSL 350.95º 0.92% 0.43% -
HSV(B) 350.95º 0.96% 0.82% -
XYZ 26.48 13.75 3.18 -
YUV 71.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 208 9 39 0 0.96 0.81 0.18 350.95 0.92 0.43
Hex D0 9 27 0 60 51 12 15F 5C 2B
Octal 320 11 47 0 140 121 22 537 134 53
Binary 11010000 1001 100111 0 1100000 1010001 10010 101011111 1011100 101011

Color Harmonies of #D00927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00927

Black with #D00927

Text Example


Text Example

White with #D00927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00927; }

 p { color: rgb(208,9,39); }

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

background-color css

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

 a { background-color: rgb(208,9,39); }

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

border-color css

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

 span { border-color: rgb(208,9,39); }

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