Html Css Color HEX #D01C00 Harley Davidson Orange

📋 copy color: '#D01C00'

red 208 ◦ green 28 ◦ blue 0

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

Shades of Harley Davidson Orange #D01C00

Tints of Harley Davidson Orange #D01C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.14%
G = 11.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D01C00 (or 0xD01C00) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 00. RGB value is (208,28,0). Sum of RGB (Red+Green+Blue) = 208+28+0=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C00 is #2FE3FF. Grayscale: #4E4E4E. Windows color (decimal): -3138560 or 7376. OLE color: 7376.

HSL color Cylindrical-coordinate representation of color #D01C00: hue angle of 8.08º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D01C00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 0 -
CMYK 0 0.87 1 0.18
HSL 8.08º 1% 0.41% -
HSV(B) 8.08º 1% 0.82% -
XYZ 26.43 14.24 1.36 -
YUV 78.63 83.63 220.28 -
System Red Green Blue C M Y K H S L
Decimal 208 28 0 0 0.87 1 0.18 8.08 1 0.41
Hex D0 1C 0 0 57 64 12 8 64 29
Octal 320 34 0 0 127 144 22 10 144 51
Binary 11010000 11100 0 0 1010111 1100100 10010 1000 1100100 101001

Color Harmonies of #D01C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C00

Black with #D01C00

Text Example


Text Example

White with #D01C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C00; }

 p { color: rgb(208,28,0); }

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

background-color css

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

 a { background-color: rgb(208,28,0); }

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

border-color css

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

 span { border-color: rgb(208,28,0); }

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