Html Css Color HEX #DD241D Harley Davidson Orange

📋 copy color: '#DD241D'

red 221 ◦ green 36 ◦ blue 29

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

Shades of Harley Davidson Orange #DD241D

Tints of Harley Davidson Orange #DD241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 77.27%
G = 12.59%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD241D (or 0xDD241D) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 1D. RGB value is (221,36,29). Sum of RGB (Red+Green+Blue) = 221+36+29=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD241D is #22DBE2. Grayscale: #5A5A5A. Windows color (decimal): -2284515 or 1909981. OLE color: 1909981.

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

Color convert

RGB 221 36 29 -
CMYK 0 0.84 0.87 0.13
HSL 2.19º 0.77% 0.49% -
HSV(B) 2.19º 0.87% 0.87% -
XYZ 30.67 16.72 2.77 -
YUV 90.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 221 36 29 0 0.84 0.87 0.13 2.19 0.77 0.49
Hex DD 24 1D 0 54 57 D 2 4D 31
Octal 335 44 35 0 124 127 15 2 115 61
Binary 11011101 100100 11101 0 1010100 1010111 1101 10 1001101 110001

Color Harmonies of #DD241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD241D

Black with #DD241D

Text Example


Text Example

White with #DD241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD241D; }

 p { color: rgb(221,36,29); }

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

background-color css

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

 a { background-color: rgb(221,36,29); }

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

border-color css

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

 span { border-color: rgb(221,36,29); }

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