Html Css Color HEX #DE2514 Harley Davidson Orange

📋 copy color: '#DE2514'

red 222 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #DE2514

Tints of Harley Davidson Orange #DE2514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 79.57%
G = 13.26%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE2514 (or 0xDE2514) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 14. RGB value is (222,37,20). Sum of RGB (Red+Green+Blue) = 222+37+20=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2514 is #21DAEB. Grayscale: #5A5A5A. Windows color (decimal): -2218732 or 1320414. OLE color: 1320414.

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

Color convert

RGB 222 37 20 -
CMYK 0 0.83 0.91 0.13
HSL 5.05º 0.83% 0.47% -
HSV(B) 5.05º 0.91% 0.87% -
XYZ 30.91 16.9 2.3 -
YUV 90.38 88.29 221.88 -
System Red Green Blue C M Y K H S L
Decimal 222 37 20 0 0.83 0.91 0.13 5.05 0.83 0.47
Hex DE 25 14 0 53 5B D 5 53 2F
Octal 336 45 24 0 123 133 15 5 123 57
Binary 11011110 100101 10100 0 1010011 1011011 1101 101 1010011 101111

Color Harmonies of #DE2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2514

Black with #DE2514

Text Example


Text Example

White with #DE2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2514; }

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

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

background-color css

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

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

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

border-color css

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

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

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