Html Css Color HEX #D00925 Fire Engine Red

📋 copy color: '#D00925'

red 208 ◦ green 9 ◦ blue 37

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

Shades of Fire Engine Red #D00925

Tints of Fire Engine Red #D00925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 81.89%
G = 3.54%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D00925 (or 0xD00925) is known color: Fire Engine Red. HEX triplet: D0, 09 and 25. RGB value is (208,9,37). Sum of RGB (Red+Green+Blue) = 208+9+37=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D00925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00925 is #2FF6DA. Grayscale: #474747. Windows color (decimal): -3143387 or 2427344. OLE color: 2427344.

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

Color convert

RGB 208 9 37 -
CMYK 0 0.96 0.82 0.18
HSL 351.56º 0.92% 0.43% -
HSV(B) 351.56º 0.96% 0.82% -
XYZ 26.44 13.74 3.01 -
YUV 71.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 208 9 37 0 0.96 0.82 0.18 351.56 0.92 0.43
Hex D0 9 25 0 60 52 12 160 5C 2B
Octal 320 11 45 0 140 122 22 540 134 53
Binary 11010000 1001 100101 0 1100000 1010010 10010 101100000 1011100 101011

Color Harmonies of #D00925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00925

Black with #D00925

Text Example


Text Example

White with #D00925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00925; }

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

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

background-color css

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

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

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

border-color css

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

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

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