Html Css Color HEX #DC3318 Harley Davidson Orange

📋 copy color: '#DC3318'

red 220 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #DC3318

Tints of Harley Davidson Orange #DC3318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 74.58%
G = 17.29%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC3318 (or 0xDC3318) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 18. RGB value is (220,51,24). Sum of RGB (Red+Green+Blue) = 220+51+24=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3318 is #23CCE7. Grayscale: #626262. Windows color (decimal): -2346216 or 1586140. OLE color: 1586140.

HSL color Cylindrical-coordinate representation of color #DC3318: hue angle of 8.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC3318 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 24 -
CMYK 0 0.77 0.89 0.14
HSL 8.27º 0.8% 0.48% -
HSV(B) 8.27º 0.89% 0.86% -
XYZ 30.86 17.65 2.64 -
YUV 98.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 220 51 24 0 0.77 0.89 0.14 8.27 0.8 0.48
Hex DC 33 18 0 4D 59 E 8 50 30
Octal 334 63 30 0 115 131 16 10 120 60
Binary 11011100 110011 11000 0 1001101 1011001 1110 1000 1010000 110000

Color Harmonies of #DC3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3318

Black with #DC3318

Text Example


Text Example

White with #DC3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3318; }

 p { color: rgb(220,51,24); }

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

background-color css

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

 a { background-color: rgb(220,51,24); }

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

border-color css

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

 span { border-color: rgb(220,51,24); }

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