Html Css Color HEX #CE4710 Harley Davidson Orange

📋 copy color: '#CE4710'

red 206 ◦ green 71 ◦ blue 16

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

Shades of Harley Davidson Orange #CE4710

Tints of Harley Davidson Orange #CE4710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.23%

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

R = 70.31%
G = 24.23%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE4710 (or 0xCE4710) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 10. RGB value is (206,71,16). Sum of RGB (Red+Green+Blue) = 206+71+16=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4710 is #31B8EF. Grayscale: #696969. Windows color (decimal): -3258608 or 1066958. OLE color: 1066958.

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

Color convert

RGB 206 71 16 -
CMYK 0 0.66 0.92 0.19
HSL 17.37º 0.86% 0.44% -
HSV(B) 17.37º 0.92% 0.81% -
XYZ 27.8 17.67 2.43 -
YUV 105.1 77.73 199.97 -
System Red Green Blue C M Y K H S L
Decimal 206 71 16 0 0.66 0.92 0.19 17.37 0.86 0.44
Hex CE 47 10 0 42 5C 13 11 56 2C
Octal 316 107 20 0 102 134 23 21 126 54
Binary 11001110 1000111 10000 0 1000010 1011100 10011 10001 1010110 101100

Color Harmonies of #CE4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4710

Black with #CE4710

Text Example


Text Example

White with #CE4710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4710; }

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

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

background-color css

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

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

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

border-color css

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

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

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