Html Css Color HEX #DE3F0F Harley Davidson Orange

📋 copy color: '#DE3F0F'

red 222 ◦ green 63 ◦ blue 15

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

Shades of Harley Davidson Orange #DE3F0F

Tints of Harley Davidson Orange #DE3F0F

RGB

 RED value IS 222 (87.11% from 255) = 74%

 GREEN value IS 63 (25% from 255) = 21%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 74%
G = 21%
B = 5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE3F0F (or 0xDE3F0F) is known color: Harley Davidson Orange. HEX triplet: DE, 3F and 0F. RGB value is (222,63,15). Sum of RGB (Red+Green+Blue) = 222+63+15=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3F0F is #21C0F0. Grayscale: #696969. Windows color (decimal): -2212081 or 999390. OLE color: 999390.

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

Color convert

RGB 222 63 15 -
CMYK 0 0.72 0.93 0.13
HSL 13.91º 0.87% 0.46% -
HSV(B) 13.91º 0.93% 0.87% -
XYZ 31.99 19.12 2.46 -
YUV 105.07 77.18 211.4 -
System Red Green Blue C M Y K H S L
Decimal 222 63 15 0 0.72 0.93 0.13 13.91 0.87 0.46
Hex DE 3F F 0 48 5D D E 57 2E
Octal 336 77 17 0 110 135 15 16 127 56
Binary 11011110 111111 1111 0 1001000 1011101 1101 1110 1010111 101110

Color Harmonies of #DE3F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3F0F

Black with #DE3F0F

Text Example


Text Example

White with #DE3F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3F0F; }

 p { color: rgb(222,63,15); }

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

background-color css

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

 a { background-color: rgb(222,63,15); }

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

border-color css

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

 span { border-color: rgb(222,63,15); }

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