Html Css Color HEX #D01818 Harley Davidson Orange

📋 copy color: '#D01818'

red 208 ◦ green 24 ◦ blue 24

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

Shades of Harley Davidson Orange #D01818

Tints of Harley Davidson Orange #D01818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 81.25%
G = 9.38%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D01818 (or 0xD01818) is known color: Harley Davidson Orange. HEX triplet: D0, 18 and 18. RGB value is (208,24,24). Sum of RGB (Red+Green+Blue) = 208+24+24=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D01818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01818 is #2FE7E7. Grayscale: #4F4F4F. Windows color (decimal): -3139560 or 1579216. OLE color: 1579216.

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

Color convert

RGB 208 24 24 -
CMYK 0 0.88 0.88 0.18
HSL 0.79% 0.45% -
HSV(B) 0.88% 0.82% -
XYZ 26.5 14.13 2.19 -
YUV 79.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 208 24 24 0 0.88 0.88 0.18 0 0.79 0.45
Hex D0 18 18 0 58 58 12 0 4F 2D
Octal 320 30 30 0 130 130 22 0 117 55
Binary 11010000 11000 11000 0 1011000 1011000 10010 0 1001111 101101

Color Harmonies of #D01818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01818

Black with #D01818

Text Example


Text Example

White with #D01818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01818; }

 p { color: rgb(208,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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