Html Css Color HEX #DC420C Harley Davidson Orange

📋 copy color: '#DC420C'

red 220 ◦ green 66 ◦ blue 12

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

Shades of Harley Davidson Orange #DC420C

Tints of Harley Davidson Orange #DC420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 73.83%
G = 22.15%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC420C (or 0xDC420C) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 0C. RGB value is (220,66,12). Sum of RGB (Red+Green+Blue) = 220+66+12=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC420C is #23BDF3. Grayscale: #6A6A6A. Windows color (decimal): -2342388 or 803548. OLE color: 803548.

HSL color Cylindrical-coordinate representation of color #DC420C: hue angle of 15.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC420C is Cyan = 0, Magento = 0.7, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 12 -
CMYK 0 0.7 0.95 0.14
HSL 15.58º 0.9% 0.45% -
HSV(B) 15.58º 0.95% 0.86% -
XYZ 31.53 19.14 2.38 -
YUV 105.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 220 66 12 0 0.7 0.95 0.14 15.58 0.9 0.45
Hex DC 42 C 0 46 5F E 10 5A 2D
Octal 334 102 14 0 106 137 16 20 132 55
Binary 11011100 1000010 1100 0 1000110 1011111 1110 10000 1011010 101101

Color Harmonies of #DC420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC420C

Black with #DC420C

Text Example


Text Example

White with #DC420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC420C; }

 p { color: rgb(220,66,12); }

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

background-color css

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

 a { background-color: rgb(220,66,12); }

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

border-color css

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

 span { border-color: rgb(220,66,12); }

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