Html Css Color HEX #DE380B Harley Davidson Orange

📋 copy color: '#DE380B'

red 222 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #DE380B

Tints of Harley Davidson Orange #DE380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 76.82%
G = 19.38%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE380B (or 0xDE380B) is known color: Harley Davidson Orange. HEX triplet: DE, 38 and 0B. RGB value is (222,56,11). Sum of RGB (Red+Green+Blue) = 222+56+11=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE380B is #21C7F4. Grayscale: #646464. Windows color (decimal): -2213877 or 735454. OLE color: 735454.

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

Color convert

RGB 222 56 11 -
CMYK 0 0.75 0.95 0.13
HSL 12.8º 0.91% 0.46% -
HSV(B) 12.8º 0.95% 0.87% -
XYZ 31.6 18.38 2.2 -
YUV 100.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 222 56 11 0 0.75 0.95 0.13 12.8 0.91 0.46
Hex DE 38 B 0 4B 5F D D 5B 2E
Octal 336 70 13 0 113 137 15 15 133 56
Binary 11011110 111000 1011 0 1001011 1011111 1101 1101 1011011 101110

Color Harmonies of #DE380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE380B

Black with #DE380B

Text Example


Text Example

White with #DE380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE380B; }

 p { color: rgb(222,56,11); }

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

background-color css

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

 a { background-color: rgb(222,56,11); }

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

border-color css

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

 span { border-color: rgb(222,56,11); }

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