Html Css Color HEX #DD230E Harley Davidson Orange

📋 copy color: '#DD230E'

red 221 ◦ green 35 ◦ blue 14

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

Shades of Harley Davidson Orange #DD230E

Tints of Harley Davidson Orange #DD230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 81.85%
G = 12.96%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD230E (or 0xDD230E) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 0E. RGB value is (221,35,14). Sum of RGB (Red+Green+Blue) = 221+35+14=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD230E is #22DCF1. Grayscale: #585858. Windows color (decimal): -2284786 or 926685. OLE color: 926685.

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

Color convert

RGB 221 35 14 -
CMYK 0 0.84 0.94 0.13
HSL 6.09º 0.88% 0.46% -
HSV(B) 6.09º 0.94% 0.87% -
XYZ 30.5 16.61 2.01 -
YUV 88.22 86.12 222.71 -
System Red Green Blue C M Y K H S L
Decimal 221 35 14 0 0.84 0.94 0.13 6.09 0.88 0.46
Hex DD 23 E 0 54 5E D 6 58 2E
Octal 335 43 16 0 124 136 15 6 130 56
Binary 11011101 100011 1110 0 1010100 1011110 1101 110 1011000 101110

Color Harmonies of #DD230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD230E

Black with #DD230E

Text Example


Text Example

White with #DD230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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