Html Css Color HEX #DD1712 Harley Davidson Orange

📋 copy color: '#DD1712'

red 221 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #DD1712

Tints of Harley Davidson Orange #DD1712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

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

R = 84.35%
G = 8.78%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD1712 (or 0xDD1712) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 12. RGB value is (221,23,18). Sum of RGB (Red+Green+Blue) = 221+23+18=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1712 is #22E8ED. Grayscale: #515151. Windows color (decimal): -2287854 or 1185757. OLE color: 1185757.

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

Color convert

RGB 221 23 18 -
CMYK 0 0.90 0.92 0.13
HSL 1.48º 0.85% 0.47% -
HSV(B) 1.48º 0.92% 0.87% -
XYZ 30.23 16.03 2.07 -
YUV 81.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 221 23 18 0 0.90 0.92 0.13 1.48 0.85 0.47
Hex DD 17 12 0 5A 5C D 1 55 2F
Octal 335 27 22 0 132 134 15 1 125 57
Binary 11011101 10111 10010 0 1011010 1011100 1101 1 1010101 101111

Color Harmonies of #DD1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1712

Black with #DD1712

Text Example


Text Example

White with #DD1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1712; }

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

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

background-color css

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

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

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

border-color css

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

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

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