Html Css Color HEX #DE2508 Harley Davidson Orange

📋 copy color: '#DE2508'

red 222 ◦ green 37 ◦ blue 8

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

Shades of Harley Davidson Orange #DE2508

Tints of Harley Davidson Orange #DE2508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

 BLUE value IS 8 (3.52% from 255) = 3%

R = 83.15%
G = 13.86%
B = 3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE2508 (or 0xDE2508) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 08. RGB value is (222,37,8). Sum of RGB (Red+Green+Blue) = 222+37+8=267 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.15% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2508 is #21DAF7. Grayscale: #595959. Windows color (decimal): -2218744 or 533982. OLE color: 533982.

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

Color convert

RGB 222 37 8 -
CMYK 0 0.83 0.96 0.13
HSL 8.13º 0.93% 0.45% -
HSV(B) 8.13º 0.96% 0.87% -
XYZ 30.83 16.87 1.86 -
YUV 89.01 82.29 222.86 -
System Red Green Blue C M Y K H S L
Decimal 222 37 8 0 0.83 0.96 0.13 8.13 0.93 0.45
Hex DE 25 8 0 53 60 D 8 5D 2D
Octal 336 45 10 0 123 140 15 10 135 55
Binary 11011110 100101 1000 0 1010011 1100000 1101 1000 1011101 101101

Color Harmonies of #DE2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2508

Black with #DE2508

Text Example


Text Example

White with #DE2508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2508; }

 p { color: rgb(222,37,8); }

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

background-color css

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

 a { background-color: rgb(222,37,8); }

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

border-color css

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

 span { border-color: rgb(222,37,8); }

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