Html Css Color HEX #CE1917 Harley Davidson Orange

📋 copy color: '#CE1917'

red 206 ◦ green 25 ◦ blue 23

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

Shades of Harley Davidson Orange #CE1917

Tints of Harley Davidson Orange #CE1917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

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

R = 81.1%
G = 9.84%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE1917 (or 0xCE1917) is known color: Harley Davidson Orange. HEX triplet: CE, 19 and 17. RGB value is (206,25,23). Sum of RGB (Red+Green+Blue) = 206+25+23=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1917 is #31E6E8. Grayscale: #4F4F4F. Windows color (decimal): -3270377 or 1513934. OLE color: 1513934.

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

Color convert

RGB 206 25 23 -
CMYK 0 0.88 0.89 0.19
HSL 0.66º 0.8% 0.45% -
HSV(B) 0.66º 0.89% 0.81% -
XYZ 25.96 13.88 2.12 -
YUV 78.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 206 25 23 0 0.88 0.89 0.19 0.66 0.8 0.45
Hex CE 19 17 0 58 59 13 1 50 2D
Octal 316 31 27 0 130 131 23 1 120 55
Binary 11001110 11001 10111 0 1011000 1011001 10011 1 1010000 101101

Color Harmonies of #CE1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1917

Black with #CE1917

Text Example


Text Example

White with #CE1917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1917; }

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

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

background-color css

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

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

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

border-color css

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

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

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