Html Css Color HEX #D03F25 Harley Davidson Orange

📋 copy color: '#D03F25'

red 208 ◦ green 63 ◦ blue 37

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

Shades of Harley Davidson Orange #D03F25

Tints of Harley Davidson Orange #D03F25

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 67.53%
G = 20.45%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D03F25 (or 0xD03F25) is known color: Harley Davidson Orange. HEX triplet: D0, 3F and 25. RGB value is (208,63,37). Sum of RGB (Red+Green+Blue) = 208+63+37=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F25 is #2FC0DA. Grayscale: #676767. Windows color (decimal): -3129563 or 2441168. OLE color: 2441168.

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

Color convert

RGB 208 63 37 -
CMYK 0 0.70 0.82 0.18
HSL 9.12º 0.7% 0.48% -
HSV(B) 9.12º 0.82% 0.82% -
XYZ 28.12 17.1 3.57 -
YUV 103.39 90.54 202.61 -
System Red Green Blue C M Y K H S L
Decimal 208 63 37 0 0.70 0.82 0.18 9.12 0.7 0.48
Hex D0 3F 25 0 46 52 12 9 46 30
Octal 320 77 45 0 106 122 22 11 106 60
Binary 11010000 111111 100101 0 1000110 1010010 10010 1001 1000110 110000

Color Harmonies of #D03F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F25

Black with #D03F25

Text Example


Text Example

White with #D03F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F25; }

 p { color: rgb(208,63,37); }

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

background-color css

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

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

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

border-color css

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

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

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