Html Css Color HEX #D00923 Fire Engine Red

📋 copy color: '#D00923'

red 208 ◦ green 9 ◦ blue 35

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

Shades of Fire Engine Red #D00923

Tints of Fire Engine Red #D00923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.89%

R = 82.54%
G = 3.57%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D00923 (or 0xD00923) is known color: Fire Engine Red. HEX triplet: D0, 09 and 23. RGB value is (208,9,35). Sum of RGB (Red+Green+Blue) = 208+9+35=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D00923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00923 is #2FF6DC. Grayscale: #474747. Windows color (decimal): -3143389 or 2296272. OLE color: 2296272.

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

Color convert

RGB 208 9 35 -
CMYK 0 0.96 0.83 0.18
HSL 352.16º 0.92% 0.43% -
HSV(B) 352.16º 0.96% 0.82% -
XYZ 26.41 13.73 2.85 -
YUV 71.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 208 9 35 0 0.96 0.83 0.18 352.16 0.92 0.43
Hex D0 9 23 0 60 53 12 160 5C 2B
Octal 320 11 43 0 140 123 22 540 134 53
Binary 11010000 1001 100011 0 1100000 1010011 10010 101100000 1011100 101011

Color Harmonies of #D00923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00923

Black with #D00923

Text Example


Text Example

White with #D00923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00923; }

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

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

background-color css

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

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

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

border-color css

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

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

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