Html Css Color HEX #DF230B Harley Davidson Orange

📋 copy color: '#DF230B'

red 223 ◦ green 35 ◦ blue 11

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

Shades of Harley Davidson Orange #DF230B

Tints of Harley Davidson Orange #DF230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 82.9%
G = 13.01%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF230B (or 0xDF230B) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 0B. RGB value is (223,35,11). Sum of RGB (Red+Green+Blue) = 223+35+11=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF230B is #20DCF4. Grayscale: #585858. Windows color (decimal): -2153717 or 730079. OLE color: 730079.

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

Color convert

RGB 223 35 11 -
CMYK 0 0.84 0.95 0.13
HSL 6.79º 0.91% 0.46% -
HSV(B) 6.79º 0.95% 0.87% -
XYZ 31.09 16.91 1.94 -
YUV 88.48 84.28 223.95 -
System Red Green Blue C M Y K H S L
Decimal 223 35 11 0 0.84 0.95 0.13 6.79 0.91 0.46
Hex DF 23 B 0 54 5F D 7 5B 2E
Octal 337 43 13 0 124 137 15 7 133 56
Binary 11011111 100011 1011 0 1010100 1011111 1101 111 1011011 101110

Color Harmonies of #DF230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF230B

Black with #DF230B

Text Example


Text Example

White with #DF230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF230B; }

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

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

background-color css

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

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

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

border-color css

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

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

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