Html Css Color HEX #CE3706 Harley Davidson Orange

📋 copy color: '#CE3706'

red 206 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #CE3706

Tints of Harley Davidson Orange #CE3706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

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

R = 77.15%
G = 20.6%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE3706 (or 0xCE3706) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 06. RGB value is (206,55,6). Sum of RGB (Red+Green+Blue) = 206+55+6=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3706 is #31C8F9. Grayscale: #5E5E5E. Windows color (decimal): -3262714 or 407502. OLE color: 407502.

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

Color convert

RGB 206 55 6 -
CMYK 0 0.73 0.97 0.19
HSL 14.7º 0.94% 0.42% -
HSV(B) 14.7º 0.97% 0.81% -
XYZ 26.85 15.87 1.82 -
YUV 94.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 206 55 6 0 0.73 0.97 0.19 14.7 0.94 0.42
Hex CE 37 6 0 49 61 13 F 5E 2A
Octal 316 67 6 0 111 141 23 17 136 52
Binary 11001110 110111 110 0 1001001 1100001 10011 1111 1011110 101010

Color Harmonies of #CE3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3706

Black with #CE3706

Text Example


Text Example

White with #CE3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3706; }

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

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

background-color css

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

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

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

border-color css

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

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

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