Html Css Color HEX #DC240F Harley Davidson Orange

📋 copy color: '#DC240F'

red 220 ◦ green 36 ◦ blue 15

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

Shades of Harley Davidson Orange #DC240F

Tints of Harley Davidson Orange #DC240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 81.18%
G = 13.28%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC240F (or 0xDC240F) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 0F. RGB value is (220,36,15). Sum of RGB (Red+Green+Blue) = 220+36+15=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC240F is #23DBF0. Grayscale: #585858. Windows color (decimal): -2350065 or 992476. OLE color: 992476.

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

Color convert

RGB 220 36 15 -
CMYK 0 0.84 0.93 0.14
HSL 6.15º 0.87% 0.46% -
HSV(B) 6.15º 0.93% 0.86% -
XYZ 30.23 16.51 2.05 -
YUV 88.62 86.46 221.71 -
System Red Green Blue C M Y K H S L
Decimal 220 36 15 0 0.84 0.93 0.14 6.15 0.87 0.46
Hex DC 24 F 0 54 5D E 6 57 2E
Octal 334 44 17 0 124 135 16 6 127 56
Binary 11011100 100100 1111 0 1010100 1011101 1110 110 1010111 101110

Color Harmonies of #DC240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC240F

Black with #DC240F

Text Example


Text Example

White with #DC240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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