Html Css Color HEX #DD260F Harley Davidson Orange

📋 copy color: '#DD260F'

red 221 ◦ green 38 ◦ blue 15

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

Shades of Harley Davidson Orange #DD260F

Tints of Harley Davidson Orange #DD260F

RGB

 RED value IS 221 (86.72% from 255) = 80.66%

 GREEN value IS 38 (15.23% from 255) = 13.87%

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

R = 80.66%
G = 13.87%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD260F (or 0xDD260F) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 0F. RGB value is (221,38,15). Sum of RGB (Red+Green+Blue) = 221+38+15=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD260F is #22D9F0. Grayscale: #5A5A5A. Windows color (decimal): -2284017 or 992989. OLE color: 992989.

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

Color convert

RGB 221 38 15 -
CMYK 0 0.83 0.93 0.13
HSL 6.7º 0.87% 0.46% -
HSV(B) 6.7º 0.93% 0.87% -
XYZ 30.6 16.79 2.08 -
YUV 90.1 85.63 221.37 -
System Red Green Blue C M Y K H S L
Decimal 221 38 15 0 0.83 0.93 0.13 6.7 0.87 0.46
Hex DD 26 F 0 53 5D D 7 57 2E
Octal 335 46 17 0 123 135 15 7 127 56
Binary 11011101 100110 1111 0 1010011 1011101 1101 111 1010111 101110

Color Harmonies of #DD260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD260F

Black with #DD260F

Text Example


Text Example

White with #DD260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD260F; }

 p { color: rgb(221,38,15); }

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

background-color css

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

 a { background-color: rgb(221,38,15); }

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

border-color css

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

 span { border-color: rgb(221,38,15); }

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