Html Css Color HEX #DE251B Harley Davidson Orange

📋 copy color: '#DE251B'

red 222 ◦ green 37 ◦ blue 27

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

Shades of Harley Davidson Orange #DE251B

Tints of Harley Davidson Orange #DE251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 77.62%
G = 12.94%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE251B (or 0xDE251B) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 1B. RGB value is (222,37,27). Sum of RGB (Red+Green+Blue) = 222+37+27=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE251B is #21DAE4. Grayscale: #5B5B5B. Windows color (decimal): -2218725 or 1779166. OLE color: 1779166.

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

Color convert

RGB 222 37 27 -
CMYK 0 0.83 0.88 0.13
HSL 3.08º 0.78% 0.49% -
HSV(B) 3.08º 0.88% 0.87% -
XYZ 30.98 16.93 2.67 -
YUV 91.18 91.79 221.31 -
System Red Green Blue C M Y K H S L
Decimal 222 37 27 0 0.83 0.88 0.13 3.08 0.78 0.49
Hex DE 25 1B 0 53 58 D 3 4E 31
Octal 336 45 33 0 123 130 15 3 116 61
Binary 11011110 100101 11011 0 1010011 1011000 1101 11 1001110 110001

Color Harmonies of #DE251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE251B

Black with #DE251B

Text Example


Text Example

White with #DE251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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