Html Css Color HEX #DF3814 Harley Davidson Orange

📋 copy color: '#DF3814'

red 223 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #DF3814

Tints of Harley Davidson Orange #DF3814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 74.58%
G = 18.73%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3814 (or 0xDF3814) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 14. RGB value is (223,56,20). Sum of RGB (Red+Green+Blue) = 223+56+20=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3814 is #20C7EB. Grayscale: #666666. Windows color (decimal): -2148332 or 1325279. OLE color: 1325279.

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

Color convert

RGB 223 56 20 -
CMYK 0 0.75 0.91 0.13
HSL 10.64º 0.84% 0.48% -
HSV(B) 10.64º 0.91% 0.87% -
XYZ 31.97 18.57 2.56 -
YUV 101.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 223 56 20 0 0.75 0.91 0.13 10.64 0.84 0.48
Hex DF 38 14 0 4B 5B D B 54 30
Octal 337 70 24 0 113 133 15 13 124 60
Binary 11011111 111000 10100 0 1001011 1011011 1101 1011 1010100 110000

Color Harmonies of #DF3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3814

Black with #DF3814

Text Example


Text Example

White with #DF3814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3814; }

 p { color: rgb(223,56,20); }

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

background-color css

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

 a { background-color: rgb(223,56,20); }

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

border-color css

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

 span { border-color: rgb(223,56,20); }

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