Html Css Color HEX #CE3506 Harley Davidson Orange

📋 copy color: '#CE3506'

red 206 ◦ green 53 ◦ blue 6

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

Shades of Harley Davidson Orange #CE3506

Tints of Harley Davidson Orange #CE3506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 77.74%
G = 20%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE3506 (or 0xCE3506) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 06. RGB value is (206,53,6). Sum of RGB (Red+Green+Blue) = 206+53+6=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3506 is #31CAF9. Grayscale: #5D5D5D. Windows color (decimal): -3263226 or 406990. OLE color: 406990.

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

Color convert

RGB 206 53 6 -
CMYK 0 0.74 0.97 0.19
HSL 14.1º 0.94% 0.42% -
HSV(B) 14.1º 0.97% 0.81% -
XYZ 26.76 15.68 1.79 -
YUV 93.39 78.69 208.32 -
System Red Green Blue C M Y K H S L
Decimal 206 53 6 0 0.74 0.97 0.19 14.1 0.94 0.42
Hex CE 35 6 0 4A 61 13 E 5E 2A
Octal 316 65 6 0 112 141 23 16 136 52
Binary 11001110 110101 110 0 1001010 1100001 10011 1110 1011110 101010

Color Harmonies of #CE3506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3506

Black with #CE3506

Text Example


Text Example

White with #CE3506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3506; }

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

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

background-color css

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

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

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

border-color css

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

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

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