Html Css Color HEX #DD241B Harley Davidson Orange

📋 copy color: '#DD241B'

red 221 ◦ green 36 ◦ blue 27

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

Shades of Harley Davidson Orange #DD241B

Tints of Harley Davidson Orange #DD241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 77.82%
G = 12.68%
B = 9.51%

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

#DD241B (or 0xDD241B) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 1B. RGB value is (221,36,27). Sum of RGB (Red+Green+Blue) = 221+36+27=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD241B is #22DBE4. Grayscale: #5A5A5A. Windows color (decimal): -2284517 or 1778909. OLE color: 1778909.

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

Color convert

RGB 221 36 27 -
CMYK 0 0.84 0.88 0.13
HSL 2.78º 0.78% 0.49% -
HSV(B) 2.78º 0.88% 0.87% -
XYZ 30.65 16.71 2.65 -
YUV 90.29 92.29 221.23 -
System Red Green Blue C M Y K H S L
Decimal 221 36 27 0 0.84 0.88 0.13 2.78 0.78 0.49
Hex DD 24 1B 0 54 58 D 3 4E 31
Octal 335 44 33 0 124 130 15 3 116 61
Binary 11011101 100100 11011 0 1010100 1011000 1101 11 1001110 110001

Color Harmonies of #DD241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD241B

Black with #DD241B

Text Example


Text Example

White with #DD241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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