Html Css Color HEX #DE250D Harley Davidson Orange

📋 copy color: '#DE250D'

red 222 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #DE250D

Tints of Harley Davidson Orange #DE250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 81.62%
G = 13.6%
B = 4.78%

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

#DE250D (or 0xDE250D) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 0D. RGB value is (222,37,13). Sum of RGB (Red+Green+Blue) = 222+37+13=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE250D is #21DAF2. Grayscale: #595959. Windows color (decimal): -2218739 or 861662. OLE color: 861662.

HSL color Cylindrical-coordinate representation of color #DE250D: hue angle of 6.89º degrees, saturation: 0.89, 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 #DE250D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 37 13 -
CMYK 0 0.83 0.94 0.13
HSL 6.89º 0.89% 0.46% -
HSV(B) 6.89º 0.94% 0.87% -
XYZ 30.86 16.88 2.01 -
YUV 89.58 84.79 222.45 -
System Red Green Blue C M Y K H S L
Decimal 222 37 13 0 0.83 0.94 0.13 6.89 0.89 0.46
Hex DE 25 D 0 53 5E D 7 59 2E
Octal 336 45 15 0 123 136 15 7 131 56
Binary 11011110 100101 1101 0 1010011 1011110 1101 111 1011001 101110

Color Harmonies of #DE250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE250D

Black with #DE250D

Text Example


Text Example

White with #DE250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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