Html Css Color HEX #DF2D0A Harley Davidson Orange

📋 copy color: '#DF2D0A'

red 223 ◦ green 45 ◦ blue 10

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

Shades of Harley Davidson Orange #DF2D0A

Tints of Harley Davidson Orange #DF2D0A

RGB

 RED value IS 223 (87.5% from 255) = 80.22%

 GREEN value IS 45 (17.97% from 255) = 16.19%

 BLUE value IS 10 (4.3% from 255) = 3.6%

R = 80.22%
G = 16.19%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF2D0A (or 0xDF2D0A) is known color: Harley Davidson Orange. HEX triplet: DF, 2D and 0A. RGB value is (223,45,10). Sum of RGB (Red+Green+Blue) = 223+45+10=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2D0A is #20D2F5. Grayscale: #5E5E5E. Windows color (decimal): -2151158 or 667103. OLE color: 667103.

HSL color Cylindrical-coordinate representation of color #DF2D0A: hue angle of 9.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF2D0A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 10 -
CMYK 0 0.80 0.96 0.13
HSL 9.86º 0.91% 0.46% -
HSV(B) 9.86º 0.96% 0.87% -
XYZ 31.42 17.59 2.03 -
YUV 94.23 80.47 219.85 -
System Red Green Blue C M Y K H S L
Decimal 223 45 10 0 0.80 0.96 0.13 9.86 0.91 0.46
Hex DF 2D A 0 50 60 D A 5B 2E
Octal 337 55 12 0 120 140 15 12 133 56
Binary 11011111 101101 1010 0 1010000 1100000 1101 1010 1011011 101110

Color Harmonies of #DF2D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D0A

Black with #DF2D0A

Text Example


Text Example

White with #DF2D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D0A; }

 p { color: rgb(223,45,10); }

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

background-color css

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

 a { background-color: rgb(223,45,10); }

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

border-color css

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

 span { border-color: rgb(223,45,10); }

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