Html Css Color HEX #DD1D03 Harley Davidson Orange

📋 copy color: '#DD1D03'

red 221 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #DD1D03

Tints of Harley Davidson Orange #DD1D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 87.35%
G = 11.46%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD1D03 (or 0xDD1D03) is known color: Harley Davidson Orange. HEX triplet: DD, 1D and 03. RGB value is (221,29,3). Sum of RGB (Red+Green+Blue) = 221+29+3=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1D03 is #22E2FC. Grayscale: #535353. Windows color (decimal): -2286333 or 204253. OLE color: 204253.

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

Color convert

RGB 221 29 3 -
CMYK 0 0.87 0.99 0.13
HSL 7.16º 0.97% 0.44% -
HSV(B) 7.16º 0.99% 0.87% -
XYZ 30.27 16.26 1.63 -
YUV 83.44 82.61 226.11 -
System Red Green Blue C M Y K H S L
Decimal 221 29 3 0 0.87 0.99 0.13 7.16 0.97 0.44
Hex DD 1D 3 0 57 63 D 7 61 2C
Octal 335 35 3 0 127 143 15 7 141 54
Binary 11011101 11101 11 0 1010111 1100011 1101 111 1100001 101100

Color Harmonies of #DD1D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D03

Black with #DD1D03

Text Example


Text Example

White with #DD1D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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