Html Css Color HEX #D03C03 Harley Davidson Orange

📋 copy color: '#D03C03'

red 208 ◦ green 60 ◦ blue 3

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

Shades of Harley Davidson Orange #D03C03

Tints of Harley Davidson Orange #D03C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 76.75%
G = 22.14%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D03C03 (or 0xD03C03) is known color: Harley Davidson Orange. HEX triplet: D0, 3C and 03. RGB value is (208,60,3). Sum of RGB (Red+Green+Blue) = 208+60+3=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03C03 is #2FC3FC. Grayscale: #626262. Windows color (decimal): -3130365 or 212176. OLE color: 212176.

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

Color convert

RGB 208 60 3 -
CMYK 0 0.71 0.99 0.18
HSL 16.68º 0.97% 0.41% -
HSV(B) 16.68º 0.99% 0.82% -
XYZ 27.64 16.65 1.84 -
YUV 97.75 74.53 206.63 -
System Red Green Blue C M Y K H S L
Decimal 208 60 3 0 0.71 0.99 0.18 16.68 0.97 0.41
Hex D0 3C 3 0 47 63 12 11 61 29
Octal 320 74 3 0 107 143 22 21 141 51
Binary 11010000 111100 11 0 1000111 1100011 10010 10001 1100001 101001

Color Harmonies of #D03C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C03

Black with #D03C03

Text Example


Text Example

White with #D03C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C03; }

 p { color: rgb(208,60,3); }

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

background-color css

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

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

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

border-color css

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

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

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