Html Css Color HEX #DE3D1A Harley Davidson Orange

📋 copy color: '#DE3D1A'

red 222 ◦ green 61 ◦ blue 26

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

Shades of Harley Davidson Orange #DE3D1A

Tints of Harley Davidson Orange #DE3D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 71.84%
G = 19.74%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE3D1A (or 0xDE3D1A) is known color: Harley Davidson Orange. HEX triplet: DE, 3D and 1A. RGB value is (222,61,26). Sum of RGB (Red+Green+Blue) = 222+61+26=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3D1A is #21C2E5. Grayscale: #696969. Windows color (decimal): -2212582 or 1719774. OLE color: 1719774.

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

Color convert

RGB 222 61 26 -
CMYK 0 0.73 0.88 0.13
HSL 10.71º 0.79% 0.49% -
HSV(B) 10.71º 0.88% 0.87% -
XYZ 31.98 18.94 2.95 -
YUV 105.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 222 61 26 0 0.73 0.88 0.13 10.71 0.79 0.49
Hex DE 3D 1A 0 49 58 D B 4F 31
Octal 336 75 32 0 111 130 15 13 117 61
Binary 11011110 111101 11010 0 1001001 1011000 1101 1011 1001111 110001

Color Harmonies of #DE3D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3D1A

Black with #DE3D1A

Text Example


Text Example

White with #DE3D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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