Html Css Color HEX #DD331F Harley Davidson Orange

📋 copy color: '#DD331F'

red 221 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #DD331F

Tints of Harley Davidson Orange #DD331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 72.94%
G = 16.83%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD331F (or 0xDD331F) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 1F. RGB value is (221,51,31). Sum of RGB (Red+Green+Blue) = 221+51+31=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD331F is #22CCE0. Grayscale: #636363. Windows color (decimal): -2280673 or 2044893. OLE color: 2044893.

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

Color convert

RGB 221 51 31 -
CMYK 0 0.77 0.86 0.13
HSL 6.32º 0.75% 0.49% -
HSV(B) 6.32º 0.86% 0.87% -
XYZ 31.25 17.84 3.09 -
YUV 99.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 221 51 31 0 0.77 0.86 0.13 6.32 0.75 0.49
Hex DD 33 1F 0 4D 56 D 6 4B 31
Octal 335 63 37 0 115 126 15 6 113 61
Binary 11011101 110011 11111 0 1001101 1010110 1101 110 1001011 110001

Color Harmonies of #DD331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD331F

Black with #DD331F

Text Example


Text Example

White with #DD331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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