Html Css Color HEX #D03A0C Harley Davidson Orange

📋 copy color: '#D03A0C'

red 208 ◦ green 58 ◦ blue 12

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

Shades of Harley Davidson Orange #D03A0C

Tints of Harley Davidson Orange #D03A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 12 (5.08% from 255) = 4.32%

R = 74.82%
G = 20.86%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D03A0C (or 0xD03A0C) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 0C. RGB value is (208,58,12). Sum of RGB (Red+Green+Blue) = 208+58+12=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A0C is #2FC5F3. Grayscale: #616161. Windows color (decimal): -3130868 or 801488. OLE color: 801488.

HSL color Cylindrical-coordinate representation of color #D03A0C: hue angle of 14.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D03A0C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 58 12 -
CMYK 0 0.72 0.94 0.18
HSL 14.08º 0.89% 0.43% -
HSV(B) 14.08º 0.94% 0.82% -
XYZ 27.59 16.46 2.07 -
YUV 97.61 79.7 206.74 -
System Red Green Blue C M Y K H S L
Decimal 208 58 12 0 0.72 0.94 0.18 14.08 0.89 0.43
Hex D0 3A C 0 48 5E 12 E 59 2B
Octal 320 72 14 0 110 136 22 16 131 53
Binary 11010000 111010 1100 0 1001000 1011110 10010 1110 1011001 101011

Color Harmonies of #D03A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A0C

Black with #D03A0C

Text Example


Text Example

White with #D03A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A0C; }

 p { color: rgb(208,58,12); }

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

background-color css

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

 a { background-color: rgb(208,58,12); }

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

border-color css

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

 span { border-color: rgb(208,58,12); }

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