Html Css Color HEX #CE2517 Harley Davidson Orange

📋 copy color: '#CE2517'

red 206 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #CE2517

Tints of Harley Davidson Orange #CE2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.91%

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

R = 77.44%
G = 13.91%
B = 8.65%

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

#CE2517 (or 0xCE2517) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 17. RGB value is (206,37,23). Sum of RGB (Red+Green+Blue) = 206+37+23=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2517 is #31DAE8. Grayscale: #565656. Windows color (decimal): -3267305 or 1517006. OLE color: 1517006.

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

Color convert

RGB 206 37 23 -
CMYK 0 0.82 0.89 0.19
HSL 4.59º 0.8% 0.45% -
HSV(B) 4.59º 0.89% 0.81% -
XYZ 26.27 14.51 2.23 -
YUV 85.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 206 37 23 0 0.82 0.89 0.19 4.59 0.8 0.45
Hex CE 25 17 0 52 59 13 5 50 2D
Octal 316 45 27 0 122 131 23 5 120 55
Binary 11001110 100101 10111 0 1010010 1011001 10011 101 1010000 101101

Color Harmonies of #CE2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2517

Black with #CE2517

Text Example


Text Example

White with #CE2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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