Html Css Color HEX #CE4006 Harley Davidson Orange

📋 copy color: '#CE4006'

red 206 ◦ green 64 ◦ blue 6

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

Shades of Harley Davidson Orange #CE4006

Tints of Harley Davidson Orange #CE4006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 74.64%
G = 23.19%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE4006 (or 0xCE4006) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 06. RGB value is (206,64,6). Sum of RGB (Red+Green+Blue) = 206+64+6=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4006 is #31BFF9. Grayscale: #646464. Windows color (decimal): -3260410 or 409806. OLE color: 409806.

HSL color Cylindrical-coordinate representation of color #CE4006: hue angle of 17.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE4006 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 6 -
CMYK 0 0.69 0.97 0.19
HSL 17.4º 0.94% 0.42% -
HSV(B) 17.4º 0.97% 0.81% -
XYZ 27.32 16.8 1.98 -
YUV 99.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 206 64 6 0 0.69 0.97 0.19 17.4 0.94 0.42
Hex CE 40 6 0 45 61 13 11 5E 2A
Octal 316 100 6 0 105 141 23 21 136 52
Binary 11001110 1000000 110 0 1000101 1100001 10011 10001 1011110 101010

Color Harmonies of #CE4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4006

Black with #CE4006

Text Example


Text Example

White with #CE4006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4006; }

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

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

background-color css

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

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

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

border-color css

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

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

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