Html Css Color HEX #DD2712 Harley Davidson Orange

📋 copy color: '#DD2712'

red 221 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #DD2712

Tints of Harley Davidson Orange #DD2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 79.5%
G = 14.03%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2712 (or 0xDD2712) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 12. RGB value is (221,39,18). Sum of RGB (Red+Green+Blue) = 221+39+18=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2712 is #22D8ED. Grayscale: #5B5B5B. Windows color (decimal): -2283758 or 1189853. OLE color: 1189853.

HSL color Cylindrical-coordinate representation of color #DD2712: hue angle of 6.21º 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 #DD2712 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 18 -
CMYK 0 0.82 0.92 0.13
HSL 6.21º 0.85% 0.47% -
HSV(B) 6.21º 0.92% 0.87% -
XYZ 30.65 16.87 2.21 -
YUV 91.02 86.8 220.71 -
System Red Green Blue C M Y K H S L
Decimal 221 39 18 0 0.82 0.92 0.13 6.21 0.85 0.47
Hex DD 27 12 0 52 5C D 6 55 2F
Octal 335 47 22 0 122 134 15 6 125 57
Binary 11011101 100111 10010 0 1010010 1011100 1101 110 1010101 101111

Color Harmonies of #DD2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2712

Black with #DD2712

Text Example


Text Example

White with #DD2712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2712; }

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

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

background-color css

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

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

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

border-color css

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

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

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