Html Css Color HEX #CE3500 Harley Davidson Orange

📋 copy color: '#CE3500'

red 206 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #CE3500

Tints of Harley Davidson Orange #CE3500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.54%
G = 20.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE3500 (or 0xCE3500) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 00. RGB value is (206,53,0). Sum of RGB (Red+Green+Blue) = 206+53+0=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3500 is #31CAFF. Grayscale: #5D5D5D. Windows color (decimal): -3263232 or 13774. OLE color: 13774.

HSL color Cylindrical-coordinate representation of color #CE3500: hue angle of 15.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE3500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 0 -
CMYK 0 0.74 1 0.19
HSL 15.44º 1% 0.4% -
HSV(B) 15.44º 1% 0.81% -
XYZ 26.73 15.67 1.62 -
YUV 92.71 75.69 208.81 -
System Red Green Blue C M Y K H S L
Decimal 206 53 0 0 0.74 1 0.19 15.44 1 0.4
Hex CE 35 0 0 4A 64 13 F 64 28
Octal 316 65 0 0 112 144 23 17 144 50
Binary 11001110 110101 0 0 1001010 1100100 10011 1111 1100100 101000

Color Harmonies of #CE3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3500

Black with #CE3500

Text Example


Text Example

White with #CE3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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