Html Css Color HEX #DE300F Harley Davidson Orange

📋 copy color: '#DE300F'

red 222 ◦ green 48 ◦ blue 15

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

Shades of Harley Davidson Orange #DE300F

Tints of Harley Davidson Orange #DE300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 77.89%
G = 16.84%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE300F (or 0xDE300F) is known color: Harley Davidson Orange. HEX triplet: DE, 30 and 0F. RGB value is (222,48,15). Sum of RGB (Red+Green+Blue) = 222+48+15=285 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.89% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 222 - color contains mainly: red. Hex color #DE300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE300F is #21CFF0. Grayscale: #606060. Windows color (decimal): -2215921 or 995550. OLE color: 995550.

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

Color convert

RGB 222 48 15 -
CMYK 0 0.78 0.93 0.13
HSL 9.57º 0.87% 0.46% -
HSV(B) 9.57º 0.93% 0.87% -
XYZ 31.27 17.68 2.22 -
YUV 96.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 222 48 15 0 0.78 0.93 0.13 9.57 0.87 0.46
Hex DE 30 F 0 4E 5D D A 57 2E
Octal 336 60 17 0 116 135 15 12 127 56
Binary 11011110 110000 1111 0 1001110 1011101 1101 1010 1010111 101110

Color Harmonies of #DE300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE300F

Black with #DE300F

Text Example


Text Example

White with #DE300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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