Html Css Color HEX #DD2612 Harley Davidson Orange

📋 copy color: '#DD2612'

red 221 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #DD2612

Tints of Harley Davidson Orange #DD2612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 79.78%
G = 13.72%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2612 (or 0xDD2612) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 12. RGB value is (221,38,18). Sum of RGB (Red+Green+Blue) = 221+38+18=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2612 is #22D9ED. Grayscale: #5A5A5A. Windows color (decimal): -2284014 or 1189597. OLE color: 1189597.

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

Color convert

RGB 221 38 18 -
CMYK 0 0.83 0.92 0.13
HSL 5.91º 0.85% 0.47% -
HSV(B) 5.91º 0.92% 0.87% -
XYZ 30.62 16.8 2.2 -
YUV 90.44 87.13 221.13 -
System Red Green Blue C M Y K H S L
Decimal 221 38 18 0 0.83 0.92 0.13 5.91 0.85 0.47
Hex DD 26 12 0 53 5C D 6 55 2F
Octal 335 46 22 0 123 134 15 6 125 57
Binary 11011101 100110 10010 0 1010011 1011100 1101 110 1010101 101111

Color Harmonies of #DD2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2612

Black with #DD2612

Text Example


Text Example

White with #DD2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2612; }

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

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

background-color css

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

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

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

border-color css

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

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

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