Html Css Color HEX #CE4014 Harley Davidson Orange

📋 copy color: '#CE4014'

red 206 ◦ green 64 ◦ blue 20

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

Shades of Harley Davidson Orange #CE4014

Tints of Harley Davidson Orange #CE4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 71.03%
G = 22.07%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4014 (or 0xCE4014) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 14. RGB value is (206,64,20). Sum of RGB (Red+Green+Blue) = 206+64+20=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4014 is #31BFEB. Grayscale: #656565. Windows color (decimal): -3260396 or 1327310. OLE color: 1327310.

HSL color Cylindrical-coordinate representation of color #CE4014: hue angle of 14.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4014 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 20 -
CMYK 0 0.69 0.90 0.19
HSL 14.19º 0.82% 0.44% -
HSV(B) 14.19º 0.9% 0.81% -
XYZ 27.41 16.84 2.47 -
YUV 101.44 82.04 202.58 -
System Red Green Blue C M Y K H S L
Decimal 206 64 20 0 0.69 0.90 0.19 14.19 0.82 0.44
Hex CE 40 14 0 45 5A 13 E 52 2C
Octal 316 100 24 0 105 132 23 16 122 54
Binary 11001110 1000000 10100 0 1000101 1011010 10011 1110 1010010 101100

Color Harmonies of #CE4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4014

Black with #CE4014

Text Example


Text Example

White with #CE4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4014; }

 p { color: rgb(206,64,20); }

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

background-color css

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

 a { background-color: rgb(206,64,20); }

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

border-color css

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

 span { border-color: rgb(206,64,20); }

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