Html Css Color HEX #DD2602 Harley Davidson Orange

📋 copy color: '#DD2602'

red 221 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #DD2602

Tints of Harley Davidson Orange #DD2602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 84.67%
G = 14.56%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD2602 (or 0xDD2602) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 02. RGB value is (221,38,2). Sum of RGB (Red+Green+Blue) = 221+38+2=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2602 is #22D9FD. Grayscale: #585858. Windows color (decimal): -2284030 or 141021. OLE color: 141021.

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

Color convert

RGB 221 38 2 -
CMYK 0 0.83 0.99 0.13
HSL 9.86º 0.98% 0.44% -
HSV(B) 9.86º 0.99% 0.87% -
XYZ 30.52 16.76 1.68 -
YUV 88.61 79.13 222.43 -
System Red Green Blue C M Y K H S L
Decimal 221 38 2 0 0.83 0.99 0.13 9.86 0.98 0.44
Hex DD 26 2 0 53 63 D A 62 2C
Octal 335 46 2 0 123 143 15 12 142 54
Binary 11011101 100110 10 0 1010011 1100011 1101 1010 1100010 101100

Color Harmonies of #DD2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2602

Black with #DD2602

Text Example


Text Example

White with #DD2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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