Html Css Color HEX #CE2617 Harley Davidson Orange

📋 copy color: '#CE2617'

red 206 ◦ green 38 ◦ blue 23

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

Shades of Harley Davidson Orange #CE2617

Tints of Harley Davidson Orange #CE2617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

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

R = 77.15%
G = 14.23%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE2617 (or 0xCE2617) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 17. RGB value is (206,38,23). Sum of RGB (Red+Green+Blue) = 206+38+23=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2617 is #31D9E8. Grayscale: #565656. Windows color (decimal): -3267049 or 1517262. OLE color: 1517262.

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

Color convert

RGB 206 38 23 -
CMYK 0 0.82 0.89 0.19
HSL 4.92º 0.8% 0.45% -
HSV(B) 4.92º 0.89% 0.81% -
XYZ 26.3 14.57 2.24 -
YUV 86.52 92.16 213.22 -
System Red Green Blue C M Y K H S L
Decimal 206 38 23 0 0.82 0.89 0.19 4.92 0.8 0.45
Hex CE 26 17 0 52 59 13 5 50 2D
Octal 316 46 27 0 122 131 23 5 120 55
Binary 11001110 100110 10111 0 1010010 1011001 10011 101 1010000 101101

Color Harmonies of #CE2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2617

Black with #CE2617

Text Example


Text Example

White with #CE2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2617; }

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

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

background-color css

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

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

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

border-color css

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

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

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