Html Css Color HEX #DE1C07 Harley Davidson Orange

📋 copy color: '#DE1C07'

red 222 ◦ green 28 ◦ blue 7

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

Shades of Harley Davidson Orange #DE1C07

Tints of Harley Davidson Orange #DE1C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 7 (3.13% from 255) = 2.72%

R = 86.38%
G = 10.89%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE1C07 (or 0xDE1C07) is known color: Harley Davidson Orange. HEX triplet: DE, 1C and 07. RGB value is (222,28,7). Sum of RGB (Red+Green+Blue) = 222+28+7=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1C07 is #21E3F8. Grayscale: #535353. Windows color (decimal): -2221049 or 466142. OLE color: 466142.

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

Color convert

RGB 222 28 7 -
CMYK 0 0.87 0.97 0.13
HSL 5.86º 0.94% 0.45% -
HSV(B) 5.86º 0.97% 0.87% -
XYZ 30.58 16.38 1.75 -
YUV 83.61 84.77 226.71 -
System Red Green Blue C M Y K H S L
Decimal 222 28 7 0 0.87 0.97 0.13 5.86 0.94 0.45
Hex DE 1C 7 0 57 61 D 6 5E 2D
Octal 336 34 7 0 127 141 15 6 136 55
Binary 11011110 11100 111 0 1010111 1100001 1101 110 1011110 101101

Color Harmonies of #DE1C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1C07

Black with #DE1C07

Text Example


Text Example

White with #DE1C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1C07; }

 p { color: rgb(222,28,7); }

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

background-color css

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

 a { background-color: rgb(222,28,7); }

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

border-color css

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

 span { border-color: rgb(222,28,7); }

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