Html Css Color HEX #DE250F Harley Davidson Orange

📋 copy color: '#DE250F'

red 222 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #DE250F

Tints of Harley Davidson Orange #DE250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 81.02%
G = 13.5%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE250F (or 0xDE250F) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 0F. RGB value is (222,37,15). Sum of RGB (Red+Green+Blue) = 222+37+15=274 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.02% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 222 - color contains mainly: red. Hex color #DE250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE250F is #21DAF0. Grayscale: #5A5A5A. Windows color (decimal): -2218737 or 992734. OLE color: 992734.

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

Color convert

RGB 222 37 15 -
CMYK 0 0.83 0.93 0.13
HSL 6.38º 0.87% 0.46% -
HSV(B) 6.38º 0.93% 0.87% -
XYZ 30.87 16.89 2.08 -
YUV 89.81 85.79 222.29 -
System Red Green Blue C M Y K H S L
Decimal 222 37 15 0 0.83 0.93 0.13 6.38 0.87 0.46
Hex DE 25 F 0 53 5D D 6 57 2E
Octal 336 45 17 0 123 135 15 6 127 56
Binary 11011110 100101 1111 0 1010011 1011101 1101 110 1010111 101110

Color Harmonies of #DE250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE250F

Black with #DE250F

Text Example


Text Example

White with #DE250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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