Html Css Color HEX #DD190F Harley Davidson Orange

📋 copy color: '#DD190F'

red 221 ◦ green 25 ◦ blue 15

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

Shades of Harley Davidson Orange #DD190F

Tints of Harley Davidson Orange #DD190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 84.67%
G = 9.58%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD190F (or 0xDD190F) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 0F. RGB value is (221,25,15). Sum of RGB (Red+Green+Blue) = 221+25+15=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD190F is #22E6F0. Grayscale: #525252. Windows color (decimal): -2287345 or 989661. OLE color: 989661.

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

Color convert

RGB 221 25 15 -
CMYK 0 0.89 0.93 0.13
HSL 2.91º 0.87% 0.46% -
HSV(B) 2.91º 0.93% 0.87% -
XYZ 30.25 16.1 1.97 -
YUV 82.46 89.93 226.81 -
System Red Green Blue C M Y K H S L
Decimal 221 25 15 0 0.89 0.93 0.13 2.91 0.87 0.46
Hex DD 19 F 0 59 5D D 3 57 2E
Octal 335 31 17 0 131 135 15 3 127 56
Binary 11011101 11001 1111 0 1011001 1011101 1101 11 1010111 101110

Color Harmonies of #DD190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD190F

Black with #DD190F

Text Example


Text Example

White with #DD190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD190F; }

 p { color: rgb(221,25,15); }

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

background-color css

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

 a { background-color: rgb(221,25,15); }

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

border-color css

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

 span { border-color: rgb(221,25,15); }

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