Html Css Color HEX #DF230C Harley Davidson Orange

📋 copy color: '#DF230C'

red 223 ◦ green 35 ◦ blue 12

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

Shades of Harley Davidson Orange #DF230C

Tints of Harley Davidson Orange #DF230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 82.59%
G = 12.96%
B = 4.44%

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

#DF230C (or 0xDF230C) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 0C. RGB value is (223,35,12). Sum of RGB (Red+Green+Blue) = 223+35+12=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF230C is #20DCF3. Grayscale: #585858. Windows color (decimal): -2153716 or 795615. OLE color: 795615.

HSL color Cylindrical-coordinate representation of color #DF230C: hue angle of 6.54º degrees, saturation: 0.9, 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 #DF230C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 12 -
CMYK 0 0.84 0.95 0.13
HSL 6.54º 0.9% 0.46% -
HSV(B) 6.54º 0.95% 0.87% -
XYZ 31.1 16.92 1.97 -
YUV 88.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 223 35 12 0 0.84 0.95 0.13 6.54 0.9 0.46
Hex DF 23 C 0 54 5F D 7 5A 2E
Octal 337 43 14 0 124 137 15 7 132 56
Binary 11011111 100011 1100 0 1010100 1011111 1101 111 1011010 101110

Color Harmonies of #DF230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF230C

Black with #DF230C

Text Example


Text Example

White with #DF230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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