Html Css Color HEX #DD290C Harley Davidson Orange

📋 copy color: '#DD290C'

red 221 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #DD290C

Tints of Harley Davidson Orange #DD290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 80.66%
G = 14.96%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD290C (or 0xDD290C) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 0C. RGB value is (221,41,12). Sum of RGB (Red+Green+Blue) = 221+41+12=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD290C is #22D6F3. Grayscale: #5B5B5B. Windows color (decimal): -2283252 or 797149. OLE color: 797149.

HSL color Cylindrical-coordinate representation of color #DD290C: hue angle of 8.33º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD290C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 12 -
CMYK 0 0.81 0.95 0.13
HSL 8.33º 0.9% 0.46% -
HSV(B) 8.33º 0.95% 0.87% -
XYZ 30.68 16.98 2.01 -
YUV 91.51 83.13 220.36 -
System Red Green Blue C M Y K H S L
Decimal 221 41 12 0 0.81 0.95 0.13 8.33 0.9 0.46
Hex DD 29 C 0 51 5F D 8 5A 2E
Octal 335 51 14 0 121 137 15 10 132 56
Binary 11011101 101001 1100 0 1010001 1011111 1101 1000 1011010 101110

Color Harmonies of #DD290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD290C

Black with #DD290C

Text Example


Text Example

White with #DD290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD290C; }

 p { color: rgb(221,41,12); }

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

background-color css

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

 a { background-color: rgb(221,41,12); }

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

border-color css

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

 span { border-color: rgb(221,41,12); }

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