Html Css Color HEX #DF2B00 Harley Davidson Orange

📋 copy color: '#DF2B00'

red 223 ◦ green 43 ◦ blue 0

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

Shades of Harley Davidson Orange #DF2B00

Tints of Harley Davidson Orange #DF2B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.83%
G = 16.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF2B00 (or 0xDF2B00) is known color: Harley Davidson Orange. HEX triplet: DF, 2B and 00. RGB value is (223,43,0). Sum of RGB (Red+Green+Blue) = 223+43+0=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2B00 is #20D4FF. Grayscale: #5C5C5C. Windows color (decimal): -2151680 or 11231. OLE color: 11231.

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

Color convert

RGB 223 43 0 -
CMYK 0 0.81 1 0.13
HSL 11.57º 1% 0.44% -
HSV(B) 11.57º 1% 0.87% -
XYZ 31.3 17.42 1.71 -
YUV 91.92 76.13 221.5 -
System Red Green Blue C M Y K H S L
Decimal 223 43 0 0 0.81 1 0.13 11.57 1 0.44
Hex DF 2B 0 0 51 64 D C 64 2C
Octal 337 53 0 0 121 144 15 14 144 54
Binary 11011111 101011 0 0 1010001 1100100 1101 1100 1100100 101100

Color Harmonies of #DF2B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B00

Black with #DF2B00

Text Example


Text Example

White with #DF2B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B00; }

 p { color: rgb(223,43,0); }

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

background-color css

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

 a { background-color: rgb(223,43,0); }

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

border-color css

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

 span { border-color: rgb(223,43,0); }

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