Html Css Color HEX #D01023 Fire Engine Red

📋 copy color: '#D01023'

red 208 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #D01023

Tints of Fire Engine Red #D01023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 80.31%
G = 6.18%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D01023 (or 0xD01023) is known color: Fire Engine Red. HEX triplet: D0, 10 and 23. RGB value is (208,16,35). Sum of RGB (Red+Green+Blue) = 208+16+35=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D01023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01023 is #2FEFDC. Grayscale: #4B4B4B. Windows color (decimal): -3141597 or 2298064. OLE color: 2298064.

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

Color convert

RGB 208 16 35 -
CMYK 0 0.92 0.83 0.18
HSL 354.06º 0.86% 0.44% -
HSV(B) 354.06º 0.92% 0.82% -
XYZ 26.5 13.9 2.88 -
YUV 75.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 208 16 35 0 0.92 0.83 0.18 354.06 0.86 0.44
Hex D0 10 23 0 5C 53 12 162 56 2C
Octal 320 20 43 0 134 123 22 542 126 54
Binary 11010000 10000 100011 0 1011100 1010011 10010 101100010 1010110 101100

Color Harmonies of #D01023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01023

Black with #D01023

Text Example


Text Example

White with #D01023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01023; }

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

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

background-color css

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

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

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

border-color css

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

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

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