Html Css Color HEX #DC1D07 Harley Davidson Orange

📋 copy color: '#DC1D07'

red 220 ◦ green 29 ◦ blue 7

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

Shades of Harley Davidson Orange #DC1D07

Tints of Harley Davidson Orange #DC1D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 7 (3.13% from 255) = 2.73%

R = 85.94%
G = 11.33%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC1D07 (or 0xDC1D07) is known color: Harley Davidson Orange. HEX triplet: DC, 1D and 07. RGB value is (220,29,7). Sum of RGB (Red+Green+Blue) = 220+29+7=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1D07 is #23E2F8. Grayscale: #535353. Windows color (decimal): -2351865 or 466396. OLE color: 466396.

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

Color convert

RGB 220 29 7 -
CMYK 0 0.87 0.97 0.14
HSL 6.2º 0.94% 0.45% -
HSV(B) 6.2º 0.97% 0.86% -
XYZ 29.99 16.11 1.73 -
YUV 83.6 84.78 225.29 -
System Red Green Blue C M Y K H S L
Decimal 220 29 7 0 0.87 0.97 0.14 6.2 0.94 0.45
Hex DC 1D 7 0 57 61 E 6 5E 2D
Octal 334 35 7 0 127 141 16 6 136 55
Binary 11011100 11101 111 0 1010111 1100001 1110 110 1011110 101101

Color Harmonies of #DC1D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1D07

Black with #DC1D07

Text Example


Text Example

White with #DC1D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1D07; }

 p { color: rgb(220,29,7); }

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

background-color css

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

 a { background-color: rgb(220,29,7); }

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

border-color css

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

 span { border-color: rgb(220,29,7); }

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