Html Css Color HEX #DD331B Harley Davidson Orange

📋 copy color: '#DD331B'

red 221 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #DD331B

Tints of Harley Davidson Orange #DD331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 73.91%
G = 17.06%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD331B (or 0xDD331B) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 1B. RGB value is (221,51,27). Sum of RGB (Red+Green+Blue) = 221+51+27=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD331B is #22CCE4. Grayscale: #636363. Windows color (decimal): -2280677 or 1782749. OLE color: 1782749.

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

Color convert

RGB 221 51 27 -
CMYK 0 0.77 0.88 0.13
HSL 7.42º 0.78% 0.49% -
HSV(B) 7.42º 0.88% 0.87% -
XYZ 31.2 17.82 2.83 -
YUV 99.09 87.32 214.95 -
System Red Green Blue C M Y K H S L
Decimal 221 51 27 0 0.77 0.88 0.13 7.42 0.78 0.49
Hex DD 33 1B 0 4D 58 D 7 4E 31
Octal 335 63 33 0 115 130 15 7 116 61
Binary 11011101 110011 11011 0 1001101 1011000 1101 111 1001110 110001

Color Harmonies of #DD331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD331B

Black with #DD331B

Text Example


Text Example

White with #DD331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD331B; }

 p { color: rgb(221,51,27); }

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

background-color css

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

 a { background-color: rgb(221,51,27); }

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

border-color css

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

 span { border-color: rgb(221,51,27); }

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