Html Css Color HEX #DF2308 Harley Davidson Orange

📋 copy color: '#DF2308'

red 223 ◦ green 35 ◦ blue 8

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

Shades of Harley Davidson Orange #DF2308

Tints of Harley Davidson Orange #DF2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 83.83%
G = 13.16%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF2308 (or 0xDF2308) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 08. RGB value is (223,35,8). Sum of RGB (Red+Green+Blue) = 223+35+8=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2308 is #20DCF7. Grayscale: #585858. Windows color (decimal): -2153720 or 533471. OLE color: 533471.

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

Color convert

RGB 223 35 8 -
CMYK 0 0.84 0.96 0.13
HSL 7.53º 0.93% 0.45% -
HSV(B) 7.53º 0.96% 0.87% -
XYZ 31.08 16.91 1.86 -
YUV 88.13 82.78 224.2 -
System Red Green Blue C M Y K H S L
Decimal 223 35 8 0 0.84 0.96 0.13 7.53 0.93 0.45
Hex DF 23 8 0 54 60 D 8 5D 2D
Octal 337 43 10 0 124 140 15 10 135 55
Binary 11011111 100011 1000 0 1010100 1100000 1101 1000 1011101 101101

Color Harmonies of #DF2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2308

Black with #DF2308

Text Example


Text Example

White with #DF2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2308; }

 p { color: rgb(223,35,8); }

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

background-color css

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

 a { background-color: rgb(223,35,8); }

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

border-color css

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

 span { border-color: rgb(223,35,8); }

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