Html Css Color HEX #D02307 Harley Davidson Orange

📋 copy color: '#D02307'

red 208 ◦ green 35 ◦ blue 7

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

Shades of Harley Davidson Orange #D02307

Tints of Harley Davidson Orange #D02307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 83.2%
G = 14%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D02307 (or 0xD02307) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 07. RGB value is (208,35,7). Sum of RGB (Red+Green+Blue) = 208+35+7=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D02307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02307 is #2FDCF8. Grayscale: #535353. Windows color (decimal): -3136761 or 467920. OLE color: 467920.

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

Color convert

RGB 208 35 7 -
CMYK 0 0.83 0.97 0.18
HSL 8.36º 0.93% 0.42% -
HSV(B) 8.36º 0.97% 0.82% -
XYZ 26.65 14.63 1.62 -
YUV 83.54 84.81 216.78 -
System Red Green Blue C M Y K H S L
Decimal 208 35 7 0 0.83 0.97 0.18 8.36 0.93 0.42
Hex D0 23 7 0 53 61 12 8 5D 2A
Octal 320 43 7 0 123 141 22 10 135 52
Binary 11010000 100011 111 0 1010011 1100001 10010 1000 1011101 101010

Color Harmonies of #D02307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02307

Black with #D02307

Text Example


Text Example

White with #D02307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02307; }

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

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

background-color css

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

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

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

border-color css

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

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

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