Html Css Color HEX #CE2917 Harley Davidson Orange

📋 copy color: '#CE2917'

red 206 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #CE2917

Tints of Harley Davidson Orange #CE2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 76.3%
G = 15.19%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE2917 (or 0xCE2917) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 17. RGB value is (206,41,23). Sum of RGB (Red+Green+Blue) = 206+41+23=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2917 is #31D6E8. Grayscale: #585858. Windows color (decimal): -3266281 or 1518030. OLE color: 1518030.

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

Color convert

RGB 206 41 23 -
CMYK 0 0.80 0.89 0.19
HSL 5.9º 0.8% 0.45% -
HSV(B) 5.9º 0.89% 0.81% -
XYZ 26.4 14.77 2.27 -
YUV 88.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 206 41 23 0 0.80 0.89 0.19 5.9 0.8 0.45
Hex CE 29 17 0 50 59 13 6 50 2D
Octal 316 51 27 0 120 131 23 6 120 55
Binary 11001110 101001 10111 0 1010000 1011001 10011 110 1010000 101101

Color Harmonies of #CE2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2917

Black with #CE2917

Text Example


Text Example

White with #CE2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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