Html Css Color HEX #DC3A0F Harley Davidson Orange

📋 copy color: '#DC3A0F'

red 220 ◦ green 58 ◦ blue 15

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

Shades of Harley Davidson Orange #DC3A0F

Tints of Harley Davidson Orange #DC3A0F

RGB

 RED value IS 220 (86.33% from 255) = 75.09%

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

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 75.09%
G = 19.8%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC3A0F (or 0xDC3A0F) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 0F. RGB value is (220,58,15). Sum of RGB (Red+Green+Blue) = 220+58+15=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A0F is #23C5F0. Grayscale: #656565. Windows color (decimal): -2344433 or 998108. OLE color: 998108.

HSL color Cylindrical-coordinate representation of color #DC3A0F: hue angle of 12.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC3A0F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 58 15 -
CMYK 0 0.74 0.93 0.14
HSL 12.59º 0.87% 0.46% -
HSV(B) 12.59º 0.93% 0.86% -
XYZ 31.11 18.28 2.34 -
YUV 101.54 79.17 212.5 -
System Red Green Blue C M Y K H S L
Decimal 220 58 15 0 0.74 0.93 0.14 12.59 0.87 0.46
Hex DC 3A F 0 4A 5D E D 57 2E
Octal 334 72 17 0 112 135 16 15 127 56
Binary 11011100 111010 1111 0 1001010 1011101 1110 1101 1010111 101110

Color Harmonies of #DC3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A0F

Black with #DC3A0F

Text Example


Text Example

White with #DC3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A0F; }

 p { color: rgb(220,58,15); }

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

background-color css

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

 a { background-color: rgb(220,58,15); }

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

border-color css

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

 span { border-color: rgb(220,58,15); }

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