Html Css Color HEX #DD231A Harley Davidson Orange

📋 copy color: '#DD231A'

red 221 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #DD231A

Tints of Harley Davidson Orange #DD231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 78.37%
G = 12.41%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD231A (or 0xDD231A) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 1A. RGB value is (221,35,26). Sum of RGB (Red+Green+Blue) = 221+35+26=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD231A is #22DCE5. Grayscale: #595959. Windows color (decimal): -2284774 or 1713117. OLE color: 1713117.

HSL color Cylindrical-coordinate representation of color #DD231A: hue angle of 2.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD231A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 26 -
CMYK 0 0.84 0.88 0.13
HSL 2.77º 0.79% 0.48% -
HSV(B) 2.77º 0.88% 0.87% -
XYZ 30.61 16.65 2.58 -
YUV 89.59 92.12 221.73 -
System Red Green Blue C M Y K H S L
Decimal 221 35 26 0 0.84 0.88 0.13 2.77 0.79 0.48
Hex DD 23 1A 0 54 58 D 3 4F 30
Octal 335 43 32 0 124 130 15 3 117 60
Binary 11011101 100011 11010 0 1010100 1011000 1101 11 1001111 110000

Color Harmonies of #DD231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD231A

Black with #DD231A

Text Example


Text Example

White with #DD231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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