Html Css Color HEX #D63808 Harley Davidson Orange

📋 copy color: '#D63808'

red 214 ◦ green 56 ◦ blue 8

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

Shades of Harley Davidson Orange #D63808

Tints of Harley Davidson Orange #D63808

RGB

 RED value IS 214 (83.98% from 255) = 76.98%

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 76.98%
G = 20.14%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D63808 (or 0xD63808) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 08. RGB value is (214,56,8). Sum of RGB (Red+Green+Blue) = 214+56+8=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D63808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63808 is #29C7F7. Grayscale: #626262. Windows color (decimal): -2738168 or 538838. OLE color: 538838.

HSL color Cylindrical-coordinate representation of color #D63808: hue angle of 13.98º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D63808 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 8 -
CMYK 0 0.74 0.96 0.16
HSL 13.98º 0.93% 0.44% -
HSV(B) 13.98º 0.96% 0.84% -
XYZ 29.19 17.14 2 -
YUV 97.77 77.35 210.9 -
System Red Green Blue C M Y K H S L
Decimal 214 56 8 0 0.74 0.96 0.16 13.98 0.93 0.44
Hex D6 38 8 0 4A 60 10 E 5D 2C
Octal 326 70 10 0 112 140 20 16 135 54
Binary 11010110 111000 1000 0 1001010 1100000 10000 1110 1011101 101100

Color Harmonies of #D63808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63808

Black with #D63808

Text Example


Text Example

White with #D63808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63808; }

 p { color: rgb(214,56,8); }

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

background-color css

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

 a { background-color: rgb(214,56,8); }

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

border-color css

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

 span { border-color: rgb(214,56,8); }

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