Html Css Color HEX #D83C0C Harley Davidson Orange

📋 copy color: '#D83C0C'

red 216 ◦ green 60 ◦ blue 12

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

Shades of Harley Davidson Orange #D83C0C

Tints of Harley Davidson Orange #D83C0C

RGB

 RED value IS 216 (84.77% from 255) = 75%

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

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

R = 75%
G = 20.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D83C0C (or 0xD83C0C) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 0C. RGB value is (216,60,12). Sum of RGB (Red+Green+Blue) = 216+60+12=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83C0C is #27C3F3. Grayscale: #656565. Windows color (decimal): -2606068 or 802008. OLE color: 802008.

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

Color convert

RGB 216 60 12 -
CMYK 0 0.72 0.94 0.15
HSL 14.12º 0.89% 0.45% -
HSV(B) 14.12º 0.94% 0.85% -
XYZ 30 17.86 2.21 -
YUV 101.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 216 60 12 0 0.72 0.94 0.15 14.12 0.89 0.45
Hex D8 3C C 0 48 5E F E 59 2D
Octal 330 74 14 0 110 136 17 16 131 55
Binary 11011000 111100 1100 0 1001000 1011110 1111 1110 1011001 101101

Color Harmonies of #D83C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83C0C

Black with #D83C0C

Text Example


Text Example

White with #D83C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83C0C; }

 p { color: rgb(216,60,12); }

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

background-color css

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

 a { background-color: rgb(216,60,12); }

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

border-color css

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

 span { border-color: rgb(216,60,12); }

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