Html Css Color HEX #DE2505 Harley Davidson Orange

📋 copy color: '#DE2505'

red 222 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #DE2505

Tints of Harley Davidson Orange #DE2505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 84.09%
G = 14.02%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE2505 (or 0xDE2505) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 05. RGB value is (222,37,5). Sum of RGB (Red+Green+Blue) = 222+37+5=264 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.09% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2505 is #21DAFA. Grayscale: #585858. Windows color (decimal): -2218747 or 337374. OLE color: 337374.

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

Color convert

RGB 222 37 5 -
CMYK 0 0.83 0.98 0.13
HSL 8.85º 0.96% 0.45% -
HSV(B) 8.85º 0.98% 0.87% -
XYZ 30.81 16.86 1.77 -
YUV 88.67 80.79 223.1 -
System Red Green Blue C M Y K H S L
Decimal 222 37 5 0 0.83 0.98 0.13 8.85 0.96 0.45
Hex DE 25 5 0 53 62 D 9 60 2D
Octal 336 45 5 0 123 142 15 11 140 55
Binary 11011110 100101 101 0 1010011 1100010 1101 1001 1100000 101101

Color Harmonies of #DE2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2505

Black with #DE2505

Text Example


Text Example

White with #DE2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2505; }

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

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

background-color css

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

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

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

border-color css

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

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

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