Html Css Color HEX #DF230D Harley Davidson Orange

📋 copy color: '#DF230D'

red 223 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #DF230D

Tints of Harley Davidson Orange #DF230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 82.29%
G = 12.92%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF230D (or 0xDF230D) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 0D. RGB value is (223,35,13). Sum of RGB (Red+Green+Blue) = 223+35+13=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF230D is #20DCF2. Grayscale: #585858. Windows color (decimal): -2153715 or 861151. OLE color: 861151.

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

Color convert

RGB 223 35 13 -
CMYK 0 0.84 0.94 0.13
HSL 6.29º 0.89% 0.46% -
HSV(B) 6.29º 0.94% 0.87% -
XYZ 31.11 16.92 2.01 -
YUV 88.7 85.28 223.79 -
System Red Green Blue C M Y K H S L
Decimal 223 35 13 0 0.84 0.94 0.13 6.29 0.89 0.46
Hex DF 23 D 0 54 5E D 6 59 2E
Octal 337 43 15 0 124 136 15 6 131 56
Binary 11011111 100011 1101 0 1010100 1011110 1101 110 1011001 101110

Color Harmonies of #DF230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF230D

Black with #DF230D

Text Example


Text Example

White with #DF230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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