Html Css Color HEX #DD430E Harley Davidson Orange

📋 copy color: '#DD430E'

red 221 ◦ green 67 ◦ blue 14

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

Shades of Harley Davidson Orange #DD430E

Tints of Harley Davidson Orange #DD430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 73.18%
G = 22.19%
B = 4.64%

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

#DD430E (or 0xDD430E) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 0E. RGB value is (221,67,14). Sum of RGB (Red+Green+Blue) = 221+67+14=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD430E is #22BCF1. Grayscale: #6B6B6B. Windows color (decimal): -2276594 or 934877. OLE color: 934877.

HSL color Cylindrical-coordinate representation of color #DD430E: hue angle of 15.36º degrees, saturation: 0.88, 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 #DD430E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 14 -
CMYK 0 0.70 0.94 0.13
HSL 15.36º 0.88% 0.46% -
HSV(B) 15.36º 0.94% 0.87% -
XYZ 31.91 19.42 2.48 -
YUV 107 75.52 209.31 -
System Red Green Blue C M Y K H S L
Decimal 221 67 14 0 0.70 0.94 0.13 15.36 0.88 0.46
Hex DD 43 E 0 46 5E D F 58 2E
Octal 335 103 16 0 106 136 15 17 130 56
Binary 11011101 1000011 1110 0 1000110 1011110 1101 1111 1011000 101110

Color Harmonies of #DD430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD430E

Black with #DD430E

Text Example


Text Example

White with #DD430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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