Html Css Color HEX #DF3802 Harley Davidson Orange

📋 copy color: '#DF3802'

red 223 ◦ green 56 ◦ blue 2

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

Shades of Harley Davidson Orange #DF3802

Tints of Harley Davidson Orange #DF3802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 79.36%
G = 19.93%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF3802 (or 0xDF3802) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 02. RGB value is (223,56,2). Sum of RGB (Red+Green+Blue) = 223+56+2=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3802 is #20C7FD. Grayscale: #646464. Windows color (decimal): -2148350 or 145631. OLE color: 145631.

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

Color convert

RGB 223 56 2 -
CMYK 0 0.75 0.99 0.13
HSL 14.66º 0.98% 0.44% -
HSV(B) 14.66º 0.99% 0.87% -
XYZ 31.86 18.52 1.95 -
YUV 99.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 223 56 2 0 0.75 0.99 0.13 14.66 0.98 0.44
Hex DF 38 2 0 4B 63 D F 62 2C
Octal 337 70 2 0 113 143 15 17 142 54
Binary 11011111 111000 10 0 1001011 1100011 1101 1111 1100010 101100

Color Harmonies of #DF3802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3802

Black with #DF3802

Text Example


Text Example

White with #DF3802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3802; }

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

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

background-color css

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

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

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

border-color css

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

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

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