Html Css Color HEX #DE2504 Harley Davidson Orange

📋 copy color: '#DE2504'

red 222 ◦ green 37 ◦ blue 4

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

Shades of Harley Davidson Orange #DE2504

Tints of Harley Davidson Orange #DE2504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 84.41%
G = 14.07%
B = 1.52%

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

#DE2504 (or 0xDE2504) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 04. RGB value is (222,37,4). Sum of RGB (Red+Green+Blue) = 222+37+4=263 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.41% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2504 is #21DAFB. Grayscale: #585858. Windows color (decimal): -2218748 or 271838. OLE color: 271838.

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

Color convert

RGB 222 37 4 -
CMYK 0 0.83 0.98 0.13
HSL 9.08º 0.96% 0.44% -
HSV(B) 9.08º 0.98% 0.87% -
XYZ 30.81 16.86 1.75 -
YUV 88.55 80.29 223.18 -
System Red Green Blue C M Y K H S L
Decimal 222 37 4 0 0.83 0.98 0.13 9.08 0.96 0.44
Hex DE 25 4 0 53 62 D 9 60 2C
Octal 336 45 4 0 123 142 15 11 140 54
Binary 11011110 100101 100 0 1010011 1100010 1101 1001 1100000 101100

Color Harmonies of #DE2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2504

Black with #DE2504

Text Example


Text Example

White with #DE2504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2504; }

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

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

background-color css

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

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

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

border-color css

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

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

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