Html Css Color HEX #DD250F Harley Davidson Orange

📋 copy color: '#DD250F'

red 221 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #DD250F

Tints of Harley Davidson Orange #DD250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

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

R = 80.95%
G = 13.55%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD250F (or 0xDD250F) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 0F. RGB value is (221,37,15). Sum of RGB (Red+Green+Blue) = 221+37+15=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD250F is #22DAF0. Grayscale: #595959. Windows color (decimal): -2284273 or 992733. OLE color: 992733.

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

Color convert

RGB 221 37 15 -
CMYK 0 0.83 0.93 0.13
HSL 6.41º 0.87% 0.46% -
HSV(B) 6.41º 0.93% 0.87% -
XYZ 30.57 16.73 2.07 -
YUV 89.51 85.96 221.79 -
System Red Green Blue C M Y K H S L
Decimal 221 37 15 0 0.83 0.93 0.13 6.41 0.87 0.46
Hex DD 25 F 0 53 5D D 6 57 2E
Octal 335 45 17 0 123 135 15 6 127 56
Binary 11011101 100101 1111 0 1010011 1011101 1101 110 1010111 101110

Color Harmonies of #DD250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD250F

Black with #DD250F

Text Example


Text Example

White with #DD250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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