Html Css Color HEX #CE2910 Harley Davidson Orange

📋 copy color: '#CE2910'

red 206 ◦ green 41 ◦ blue 16

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

Shades of Harley Davidson Orange #CE2910

Tints of Harley Davidson Orange #CE2910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 78.33%
G = 15.59%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE2910 (or 0xCE2910) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 10. RGB value is (206,41,16). Sum of RGB (Red+Green+Blue) = 206+41+16=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2910 is #31D6EF. Grayscale: #575757. Windows color (decimal): -3266288 or 1059278. OLE color: 1059278.

HSL color Cylindrical-coordinate representation of color #CE2910: hue angle of 7.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE2910 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 16 -
CMYK 0 0.80 0.92 0.19
HSL 7.89º 0.86% 0.44% -
HSV(B) 7.89º 0.92% 0.81% -
XYZ 26.34 14.75 1.95 -
YUV 87.49 87.66 212.53 -
System Red Green Blue C M Y K H S L
Decimal 206 41 16 0 0.80 0.92 0.19 7.89 0.86 0.44
Hex CE 29 10 0 50 5C 13 8 56 2C
Octal 316 51 20 0 120 134 23 10 126 54
Binary 11001110 101001 10000 0 1010000 1011100 10011 1000 1010110 101100

Color Harmonies of #CE2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2910

Black with #CE2910

Text Example


Text Example

White with #CE2910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2910; }

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

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

background-color css

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

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

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

border-color css

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

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

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