Html Css Color HEX #DC1B09 Harley Davidson Orange

📋 copy color: '#DC1B09'

red 220 ◦ green 27 ◦ blue 9

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

Shades of Harley Davidson Orange #DC1B09

Tints of Harley Davidson Orange #DC1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.55%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 85.94%
G = 10.55%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC1B09 (or 0xDC1B09) is known color: Harley Davidson Orange. HEX triplet: DC, 1B and 09. RGB value is (220,27,9). Sum of RGB (Red+Green+Blue) = 220+27+9=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1B09 is #23E4F6. Grayscale: #525252. Windows color (decimal): -2352375 or 596956. OLE color: 596956.

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

Color convert

RGB 220 27 9 -
CMYK 0 0.88 0.96 0.14
HSL 5.12º 0.92% 0.45% -
HSV(B) 5.12º 0.96% 0.86% -
XYZ 29.96 16.02 1.77 -
YUV 82.66 86.44 225.96 -
System Red Green Blue C M Y K H S L
Decimal 220 27 9 0 0.88 0.96 0.14 5.12 0.92 0.45
Hex DC 1B 9 0 58 60 E 5 5C 2D
Octal 334 33 11 0 130 140 16 5 134 55
Binary 11011100 11011 1001 0 1011000 1100000 1110 101 1011100 101101

Color Harmonies of #DC1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B09

Black with #DC1B09

Text Example


Text Example

White with #DC1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B09; }

 p { color: rgb(220,27,9); }

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

background-color css

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

 a { background-color: rgb(220,27,9); }

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

border-color css

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

 span { border-color: rgb(220,27,9); }

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