Html Css Color HEX #CE2117 Harley Davidson Orange

📋 copy color: '#CE2117'

red 206 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #CE2117

Tints of Harley Davidson Orange #CE2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 78.63%
G = 12.6%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE2117 (or 0xCE2117) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 17. RGB value is (206,33,23). Sum of RGB (Red+Green+Blue) = 206+33+23=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2117 is #31DEE8. Grayscale: #535353. Windows color (decimal): -3268329 or 1515982. OLE color: 1515982.

HSL color Cylindrical-coordinate representation of color #CE2117: hue angle of 3.28º 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 #CE2117 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 23 -
CMYK 0 0.84 0.89 0.19
HSL 3.28º 0.8% 0.45% -
HSV(B) 3.28º 0.89% 0.81% -
XYZ 26.15 14.27 2.19 -
YUV 83.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 206 33 23 0 0.84 0.89 0.19 3.28 0.8 0.45
Hex CE 21 17 0 54 59 13 3 50 2D
Octal 316 41 27 0 124 131 23 3 120 55
Binary 11001110 100001 10111 0 1010100 1011001 10011 11 1010000 101101

Color Harmonies of #CE2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2117

Black with #CE2117

Text Example


Text Example

White with #CE2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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