Html Css Color HEX #DD430D Harley Davidson Orange

📋 copy color: '#DD430D'

red 221 ◦ green 67 ◦ blue 13

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

Shades of Harley Davidson Orange #DD430D

Tints of Harley Davidson Orange #DD430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 73.42%
G = 22.26%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD430D (or 0xDD430D) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 0D. RGB value is (221,67,13). Sum of RGB (Red+Green+Blue) = 221+67+13=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD430D is #22BCF2. Grayscale: #6B6B6B. Windows color (decimal): -2276595 or 869341. OLE color: 869341.

HSL color Cylindrical-coordinate representation of color #DD430D: hue angle of 15.58º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD430D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 13 -
CMYK 0 0.70 0.94 0.13
HSL 15.58º 0.89% 0.46% -
HSV(B) 15.58º 0.94% 0.87% -
XYZ 31.9 19.42 2.45 -
YUV 106.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 221 67 13 0 0.70 0.94 0.13 15.58 0.89 0.46
Hex DD 43 D 0 46 5E D 10 59 2E
Octal 335 103 15 0 106 136 15 20 131 56
Binary 11011101 1000011 1101 0 1000110 1011110 1101 10000 1011001 101110

Color Harmonies of #DD430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD430D

Black with #DD430D

Text Example


Text Example

White with #DD430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD430D; }

 p { color: rgb(221,67,13); }

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

background-color css

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

 a { background-color: rgb(221,67,13); }

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

border-color css

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

 span { border-color: rgb(221,67,13); }

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