Html Css Color HEX #DF420D Harley Davidson Orange

📋 copy color: '#DF420D'

red 223 ◦ green 66 ◦ blue 13

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

Shades of Harley Davidson Orange #DF420D

Tints of Harley Davidson Orange #DF420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 73.84%
G = 21.85%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF420D (or 0xDF420D) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 0D. RGB value is (223,66,13). Sum of RGB (Red+Green+Blue) = 223+66+13=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF420D is #20BDF2. Grayscale: #6B6B6B. Windows color (decimal): -2145779 or 869087. OLE color: 869087.

HSL color Cylindrical-coordinate representation of color #DF420D: hue angle of 15.14º 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 #DF420D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 13 -
CMYK 0 0.70 0.94 0.13
HSL 15.14º 0.89% 0.46% -
HSV(B) 15.14º 0.94% 0.87% -
XYZ 32.45 19.61 2.46 -
YUV 106.9 75.01 210.81 -
System Red Green Blue C M Y K H S L
Decimal 223 66 13 0 0.70 0.94 0.13 15.14 0.89 0.46
Hex DF 42 D 0 46 5E D F 59 2E
Octal 337 102 15 0 106 136 15 17 131 56
Binary 11011111 1000010 1101 0 1000110 1011110 1101 1111 1011001 101110

Color Harmonies of #DF420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF420D

Black with #DF420D

Text Example


Text Example

White with #DF420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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