Html Css Color HEX #CE1E17 Harley Davidson Orange

📋 copy color: '#CE1E17'

red 206 ◦ green 30 ◦ blue 23

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

Shades of Harley Davidson Orange #CE1E17

Tints of Harley Davidson Orange #CE1E17

RGB

 RED value IS 206 (80.86% from 255) = 79.54%

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 79.54%
G = 11.58%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE1E17 (or 0xCE1E17) is known color: Harley Davidson Orange. HEX triplet: CE, 1E and 17. RGB value is (206,30,23). Sum of RGB (Red+Green+Blue) = 206+30+23=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1E17 is #31E1E8. Grayscale: #525252. Windows color (decimal): -3269097 or 1515214. OLE color: 1515214.

HSL color Cylindrical-coordinate representation of color #CE1E17: hue angle of 2.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1E17 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 23 -
CMYK 0 0.85 0.89 0.19
HSL 2.3º 0.8% 0.45% -
HSV(B) 2.3º 0.89% 0.81% -
XYZ 26.07 14.11 2.16 -
YUV 81.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 206 30 23 0 0.85 0.89 0.19 2.3 0.8 0.45
Hex CE 1E 17 0 55 59 13 2 50 2D
Octal 316 36 27 0 125 131 23 2 120 55
Binary 11001110 11110 10111 0 1010101 1011001 10011 10 1010000 101101

Color Harmonies of #CE1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E17

Black with #CE1E17

Text Example


Text Example

White with #CE1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E17; }

 p { color: rgb(206,30,23); }

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

background-color css

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

 a { background-color: rgb(206,30,23); }

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

border-color css

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

 span { border-color: rgb(206,30,23); }

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