Html Css Color HEX #DD271D Harley Davidson Orange

📋 copy color: '#DD271D'

red 221 ◦ green 39 ◦ blue 29

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

Shades of Harley Davidson Orange #DD271D

Tints of Harley Davidson Orange #DD271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 76.47%
G = 13.49%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD271D (or 0xDD271D) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 1D. RGB value is (221,39,29). Sum of RGB (Red+Green+Blue) = 221+39+29=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD271D is #22D8E2. Grayscale: #5C5C5C. Windows color (decimal): -2283747 or 1910749. OLE color: 1910749.

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

Color convert

RGB 221 39 29 -
CMYK 0 0.82 0.87 0.13
HSL 3.13º 0.77% 0.49% -
HSV(B) 3.13º 0.87% 0.87% -
XYZ 30.77 16.91 2.81 -
YUV 92.28 92.3 219.81 -
System Red Green Blue C M Y K H S L
Decimal 221 39 29 0 0.82 0.87 0.13 3.13 0.77 0.49
Hex DD 27 1D 0 52 57 D 3 4D 31
Octal 335 47 35 0 122 127 15 3 115 61
Binary 11011101 100111 11101 0 1010010 1010111 1101 11 1001101 110001

Color Harmonies of #DD271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD271D

Black with #DD271D

Text Example


Text Example

White with #DD271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD271D; }

 p { color: rgb(221,39,29); }

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

background-color css

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

 a { background-color: rgb(221,39,29); }

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

border-color css

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

 span { border-color: rgb(221,39,29); }

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