Html Css Color HEX #DE370A Harley Davidson Orange

📋 copy color: '#DE370A'

red 222 ◦ green 55 ◦ blue 10

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

Shades of Harley Davidson Orange #DE370A

Tints of Harley Davidson Orange #DE370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

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

R = 77.35%
G = 19.16%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE370A (or 0xDE370A) is known color: Harley Davidson Orange. HEX triplet: DE, 37 and 0A. RGB value is (222,55,10). Sum of RGB (Red+Green+Blue) = 222+55+10=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE370A is #21C8F5. Grayscale: #646464. Windows color (decimal): -2214134 or 669662. OLE color: 669662.

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

Color convert

RGB 222 55 10 -
CMYK 0 0.75 0.95 0.13
HSL 12.74º 0.91% 0.45% -
HSV(B) 12.74º 0.95% 0.87% -
XYZ 31.55 18.28 2.15 -
YUV 99.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 222 55 10 0 0.75 0.95 0.13 12.74 0.91 0.45
Hex DE 37 A 0 4B 5F D D 5B 2D
Octal 336 67 12 0 113 137 15 15 133 55
Binary 11011110 110111 1010 0 1001011 1011111 1101 1101 1011011 101101

Color Harmonies of #DE370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE370A

Black with #DE370A

Text Example


Text Example

White with #DE370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE370A; }

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

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

background-color css

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

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

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

border-color css

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

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

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