Html Css Color HEX #DC3E09 Harley Davidson Orange

📋 copy color: '#DC3E09'

red 220 ◦ green 62 ◦ blue 9

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

Shades of Harley Davidson Orange #DC3E09

Tints of Harley Davidson Orange #DC3E09

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 75.6%
G = 21.31%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC3E09 (or 0xDC3E09) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 09. RGB value is (220,62,9). Sum of RGB (Red+Green+Blue) = 220+62+9=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E09 is #23C1F6. Grayscale: #676767. Windows color (decimal): -2343415 or 605916. OLE color: 605916.

HSL color Cylindrical-coordinate representation of color #DC3E09: hue angle of 15.07º 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 #DC3E09 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 62 9 -
CMYK 0 0.72 0.96 0.14
HSL 15.07º 0.92% 0.45% -
HSV(B) 15.07º 0.96% 0.86% -
XYZ 31.29 18.68 2.22 -
YUV 103.2 74.85 211.31 -
System Red Green Blue C M Y K H S L
Decimal 220 62 9 0 0.72 0.96 0.14 15.07 0.92 0.45
Hex DC 3E 9 0 48 60 E F 5C 2D
Octal 334 76 11 0 110 140 16 17 134 55
Binary 11011100 111110 1001 0 1001000 1100000 1110 1111 1011100 101101

Color Harmonies of #DC3E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E09

Black with #DC3E09

Text Example


Text Example

White with #DC3E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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