Html Css Color HEX #DD430F Harley Davidson Orange

📋 copy color: '#DD430F'

red 221 ◦ green 67 ◦ blue 15

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

Shades of Harley Davidson Orange #DD430F

Tints of Harley Davidson Orange #DD430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 72.94%
G = 22.11%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD430F (or 0xDD430F) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 0F. RGB value is (221,67,15). Sum of RGB (Red+Green+Blue) = 221+67+15=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD430F is #22BCF0. Grayscale: #6B6B6B. Windows color (decimal): -2276593 or 1000413. OLE color: 1000413.

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

Color convert

RGB 221 67 15 -
CMYK 0 0.70 0.93 0.13
HSL 15.15º 0.87% 0.46% -
HSV(B) 15.15º 0.93% 0.87% -
XYZ 31.91 19.42 2.52 -
YUV 107.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 221 67 15 0 0.70 0.93 0.13 15.15 0.87 0.46
Hex DD 43 F 0 46 5D D F 57 2E
Octal 335 103 17 0 106 135 15 17 127 56
Binary 11011101 1000011 1111 0 1000110 1011101 1101 1111 1010111 101110

Color Harmonies of #DD430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD430F

Black with #DD430F

Text Example


Text Example

White with #DD430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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