Html Css Color HEX #DC240D Harley Davidson Orange

📋 copy color: '#DC240D'

red 220 ◦ green 36 ◦ blue 13

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

Shades of Harley Davidson Orange #DC240D

Tints of Harley Davidson Orange #DC240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 81.78%
G = 13.38%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC240D (or 0xDC240D) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 0D. RGB value is (220,36,13). Sum of RGB (Red+Green+Blue) = 220+36+13=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC240D is #23DBF2. Grayscale: #585858. Windows color (decimal): -2350067 or 861404. OLE color: 861404.

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

Color convert

RGB 220 36 13 -
CMYK 0 0.84 0.94 0.14
HSL 6.67º 0.89% 0.46% -
HSV(B) 6.67º 0.94% 0.86% -
XYZ 30.22 16.51 1.97 -
YUV 88.39 85.46 221.87 -
System Red Green Blue C M Y K H S L
Decimal 220 36 13 0 0.84 0.94 0.14 6.67 0.89 0.46
Hex DC 24 D 0 54 5E E 7 59 2E
Octal 334 44 15 0 124 136 16 7 131 56
Binary 11011100 100100 1101 0 1010100 1011110 1110 111 1011001 101110

Color Harmonies of #DC240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC240D

Black with #DC240D

Text Example


Text Example

White with #DC240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC240D; }

 p { color: rgb(220,36,13); }

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

background-color css

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

 a { background-color: rgb(220,36,13); }

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

border-color css

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

 span { border-color: rgb(220,36,13); }

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