Html Css Color HEX #DE350A Harley Davidson Orange

📋 copy color: '#DE350A'

red 222 ◦ green 53 ◦ blue 10

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

Shades of Harley Davidson Orange #DE350A

Tints of Harley Davidson Orange #DE350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 77.89%
G = 18.6%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE350A (or 0xDE350A) is known color: Harley Davidson Orange. HEX triplet: DE, 35 and 0A. RGB value is (222,53,10). Sum of RGB (Red+Green+Blue) = 222+53+10=285 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.89% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 222 - color contains mainly: red. Hex color #DE350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE350A is #21CAF5. Grayscale: #626262. Windows color (decimal): -2214646 or 669150. OLE color: 669150.

HSL color Cylindrical-coordinate representation of color #DE350A: hue angle of 12.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE350A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 53 10 -
CMYK 0 0.76 0.95 0.13
HSL 12.17º 0.91% 0.45% -
HSV(B) 12.17º 0.95% 0.87% -
XYZ 31.45 18.1 2.12 -
YUV 98.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 222 53 10 0 0.76 0.95 0.13 12.17 0.91 0.45
Hex DE 35 A 0 4C 5F D C 5B 2D
Octal 336 65 12 0 114 137 15 14 133 55
Binary 11011110 110101 1010 0 1001100 1011111 1101 1100 1011011 101101

Color Harmonies of #DE350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE350A

Black with #DE350A

Text Example


Text Example

White with #DE350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE350A; }

 p { color: rgb(222,53,10); }

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

background-color css

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

 a { background-color: rgb(222,53,10); }

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

border-color css

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

 span { border-color: rgb(222,53,10); }

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