Html Css Color HEX #CE4510 Harley Davidson Orange

📋 copy color: '#CE4510'

red 206 ◦ green 69 ◦ blue 16

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

Shades of Harley Davidson Orange #CE4510

Tints of Harley Davidson Orange #CE4510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

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

R = 70.79%
G = 23.71%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE4510 (or 0xCE4510) is known color: Harley Davidson Orange. HEX triplet: CE, 45 and 10. RGB value is (206,69,16). Sum of RGB (Red+Green+Blue) = 206+69+16=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4510 is #31BAEF. Grayscale: #686868. Windows color (decimal): -3259120 or 1066446. OLE color: 1066446.

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

Color convert

RGB 206 69 16 -
CMYK 0 0.67 0.92 0.19
HSL 16.74º 0.86% 0.44% -
HSV(B) 16.74º 0.92% 0.81% -
XYZ 27.68 17.42 2.39 -
YUV 103.92 78.39 200.81 -
System Red Green Blue C M Y K H S L
Decimal 206 69 16 0 0.67 0.92 0.19 16.74 0.86 0.44
Hex CE 45 10 0 43 5C 13 11 56 2C
Octal 316 105 20 0 103 134 23 21 126 54
Binary 11001110 1000101 10000 0 1000011 1011100 10011 10001 1010110 101100

Color Harmonies of #CE4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4510

Black with #CE4510

Text Example


Text Example

White with #CE4510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4510; }

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

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

background-color css

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

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

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

border-color css

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

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

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