Html Css Color HEX #D03613 Harley Davidson Orange

📋 copy color: '#D03613'

red 208 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #D03613

Tints of Harley Davidson Orange #D03613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 74.02%
G = 19.22%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D03613 (or 0xD03613) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 13. RGB value is (208,54,19). Sum of RGB (Red+Green+Blue) = 208+54+19=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D03613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03613 is #2FC9EC. Grayscale: #606060. Windows color (decimal): -3131885 or 1259216. OLE color: 1259216.

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

Color convert

RGB 208 54 19 -
CMYK 0 0.74 0.91 0.18
HSL 11.11º 0.83% 0.45% -
HSV(B) 11.11º 0.91% 0.82% -
XYZ 27.45 16.1 2.28 -
YUV 96.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 208 54 19 0 0.74 0.91 0.18 11.11 0.83 0.45
Hex D0 36 13 0 4A 5B 12 B 53 2D
Octal 320 66 23 0 112 133 22 13 123 55
Binary 11010000 110110 10011 0 1001010 1011011 10010 1011 1010011 101101

Color Harmonies of #D03613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03613

Black with #D03613

Text Example


Text Example

White with #D03613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03613; }

 p { color: rgb(208,54,19); }

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

background-color css

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

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

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

border-color css

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

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

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