Html Css Color HEX #DE180B Harley Davidson Orange

📋 copy color: '#DE180B'

red 222 ◦ green 24 ◦ blue 11

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

Shades of Harley Davidson Orange #DE180B

Tints of Harley Davidson Orange #DE180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 86.38%
G = 9.34%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE180B (or 0xDE180B) is known color: Harley Davidson Orange. HEX triplet: DE, 18 and 0B. RGB value is (222,24,11). Sum of RGB (Red+Green+Blue) = 222+24+11=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE180B is #21E7F4. Grayscale: #515151. Windows color (decimal): -2222069 or 727262. OLE color: 727262.

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

Color convert

RGB 222 24 11 -
CMYK 0 0.89 0.95 0.13
HSL 3.7º 0.91% 0.46% -
HSV(B) 3.7º 0.95% 0.87% -
XYZ 30.51 16.21 1.84 -
YUV 81.72 88.1 228.06 -
System Red Green Blue C M Y K H S L
Decimal 222 24 11 0 0.89 0.95 0.13 3.7 0.91 0.46
Hex DE 18 B 0 59 5F D 4 5B 2E
Octal 336 30 13 0 131 137 15 4 133 56
Binary 11011110 11000 1011 0 1011001 1011111 1101 100 1011011 101110

Color Harmonies of #DE180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE180B

Black with #DE180B

Text Example


Text Example

White with #DE180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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