Html Css Color HEX #DD2F13 Harley Davidson Orange

📋 copy color: '#DD2F13'

red 221 ◦ green 47 ◦ blue 19

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

Shades of Harley Davidson Orange #DD2F13

Tints of Harley Davidson Orange #DD2F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 77%
G = 16.38%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD2F13 (or 0xDD2F13) is known color: Harley Davidson Orange. HEX triplet: DD, 2F and 13. RGB value is (221,47,19). Sum of RGB (Red+Green+Blue) = 221+47+19=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2F13 is #22D0EC. Grayscale: #606060. Windows color (decimal): -2281709 or 1257437. OLE color: 1257437.

HSL color Cylindrical-coordinate representation of color #DD2F13: hue angle of 8.32º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD2F13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 47 19 -
CMYK 0 0.79 0.91 0.13
HSL 8.32º 0.84% 0.47% -
HSV(B) 8.32º 0.91% 0.87% -
XYZ 30.95 17.45 2.35 -
YUV 95.83 84.65 217.28 -
System Red Green Blue C M Y K H S L
Decimal 221 47 19 0 0.79 0.91 0.13 8.32 0.84 0.47
Hex DD 2F 13 0 4F 5B D 8 54 2F
Octal 335 57 23 0 117 133 15 10 124 57
Binary 11011101 101111 10011 0 1001111 1011011 1101 1000 1010100 101111

Color Harmonies of #DD2F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F13

Black with #DD2F13

Text Example


Text Example

White with #DD2F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F13; }

 p { color: rgb(221,47,19); }

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

background-color css

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

 a { background-color: rgb(221,47,19); }

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

border-color css

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

 span { border-color: rgb(221,47,19); }

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