Html Css Color HEX #DD2512 Harley Davidson Orange

📋 copy color: '#DD2512'

red 221 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #DD2512

Tints of Harley Davidson Orange #DD2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 80.07%
G = 13.41%
B = 6.52%

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

#DD2512 (or 0xDD2512) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 12. RGB value is (221,37,18). Sum of RGB (Red+Green+Blue) = 221+37+18=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2512 is #22DAED. Grayscale: #5A5A5A. Windows color (decimal): -2284270 or 1189341. OLE color: 1189341.

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

Color convert

RGB 221 37 18 -
CMYK 0 0.83 0.92 0.13
HSL 5.62º 0.85% 0.47% -
HSV(B) 5.62º 0.92% 0.87% -
XYZ 30.59 16.74 2.19 -
YUV 89.85 87.46 221.54 -
System Red Green Blue C M Y K H S L
Decimal 221 37 18 0 0.83 0.92 0.13 5.62 0.85 0.47
Hex DD 25 12 0 53 5C D 6 55 2F
Octal 335 45 22 0 123 134 15 6 125 57
Binary 11011101 100101 10010 0 1010011 1011100 1101 110 1010101 101111

Color Harmonies of #DD2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2512

Black with #DD2512

Text Example


Text Example

White with #DD2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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