Html Css Color HEX #DE261A Harley Davidson Orange

📋 copy color: '#DE261A'

red 222 ◦ green 38 ◦ blue 26

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

Shades of Harley Davidson Orange #DE261A

Tints of Harley Davidson Orange #DE261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 77.62%
G = 13.29%
B = 9.09%

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

#DE261A (or 0xDE261A) is known color: Harley Davidson Orange. HEX triplet: DE, 26 and 1A. RGB value is (222,38,26). Sum of RGB (Red+Green+Blue) = 222+38+26=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE261A is #21D9E5. Grayscale: #5B5B5B. Windows color (decimal): -2218470 or 1713886. OLE color: 1713886.

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

Color convert

RGB 222 38 26 -
CMYK 0 0.83 0.88 0.13
HSL 3.67º 0.79% 0.49% -
HSV(B) 3.67º 0.88% 0.87% -
XYZ 31 16.99 2.62 -
YUV 91.65 90.96 220.98 -
System Red Green Blue C M Y K H S L
Decimal 222 38 26 0 0.83 0.88 0.13 3.67 0.79 0.49
Hex DE 26 1A 0 53 58 D 4 4F 31
Octal 336 46 32 0 123 130 15 4 117 61
Binary 11011110 100110 11010 0 1010011 1011000 1101 100 1001111 110001

Color Harmonies of #DE261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE261A

Black with #DE261A

Text Example


Text Example

White with #DE261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE261A; }

 p { color: rgb(222,38,26); }

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

background-color css

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

 a { background-color: rgb(222,38,26); }

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

border-color css

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

 span { border-color: rgb(222,38,26); }

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