Html Css Color HEX #DE250E Harley Davidson Orange

📋 copy color: '#DE250E'

red 222 ◦ green 37 ◦ blue 14

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

Shades of Harley Davidson Orange #DE250E

Tints of Harley Davidson Orange #DE250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 81.32%
G = 13.55%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE250E (or 0xDE250E) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 0E. RGB value is (222,37,14). Sum of RGB (Red+Green+Blue) = 222+37+14=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE250E is #21DAF1. Grayscale: #595959. Windows color (decimal): -2218738 or 927198. OLE color: 927198.

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

Color convert

RGB 222 37 14 -
CMYK 0 0.83 0.94 0.13
HSL 6.63º 0.88% 0.46% -
HSV(B) 6.63º 0.94% 0.87% -
XYZ 30.87 16.88 2.05 -
YUV 89.69 85.29 222.37 -
System Red Green Blue C M Y K H S L
Decimal 222 37 14 0 0.83 0.94 0.13 6.63 0.88 0.46
Hex DE 25 E 0 53 5E D 7 58 2E
Octal 336 45 16 0 123 136 15 7 130 56
Binary 11011110 100101 1110 0 1010011 1011110 1101 111 1011000 101110

Color Harmonies of #DE250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE250E

Black with #DE250E

Text Example


Text Example

White with #DE250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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