Html Css Color HEX #DD381A Harley Davidson Orange

📋 copy color: '#DD381A'

red 221 ◦ green 56 ◦ blue 26

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

Shades of Harley Davidson Orange #DD381A

Tints of Harley Davidson Orange #DD381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 72.94%
G = 18.48%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD381A (or 0xDD381A) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 1A. RGB value is (221,56,26). Sum of RGB (Red+Green+Blue) = 221+56+26=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD381A is #22C7E5. Grayscale: #666666. Windows color (decimal): -2279398 or 1718493. OLE color: 1718493.

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

Color convert

RGB 221 56 26 -
CMYK 0 0.75 0.88 0.13
HSL 9.23º 0.79% 0.48% -
HSV(B) 9.23º 0.88% 0.87% -
XYZ 31.42 18.28 2.85 -
YUV 101.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 221 56 26 0 0.75 0.88 0.13 9.23 0.79 0.48
Hex DD 38 1A 0 4B 58 D 9 4F 30
Octal 335 70 32 0 113 130 15 11 117 60
Binary 11011101 111000 11010 0 1001011 1011000 1101 1001 1001111 110000

Color Harmonies of #DD381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD381A

Black with #DD381A

Text Example


Text Example

White with #DD381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD381A; }

 p { color: rgb(221,56,26); }

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

background-color css

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

 a { background-color: rgb(221,56,26); }

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

border-color css

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

 span { border-color: rgb(221,56,26); }

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