Html Css Color HEX #CE3200 Harley Davidson Orange

📋 copy color: '#CE3200'

red 206 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #CE3200

Tints of Harley Davidson Orange #CE3200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

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

R = 80.47%
G = 19.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE3200 (or 0xCE3200) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 00. RGB value is (206,50,0). Sum of RGB (Red+Green+Blue) = 206+50+0=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3200 is #31CDFF. Grayscale: #5B5B5B. Windows color (decimal): -3264000 or 13006. OLE color: 13006.

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

Color convert

RGB 206 50 0 -
CMYK 0 0.76 1 0.19
HSL 14.56º 1% 0.4% -
HSV(B) 14.56º 1% 0.81% -
XYZ 26.59 15.4 1.57 -
YUV 90.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 206 50 0 0 0.76 1 0.19 14.56 1 0.4
Hex CE 32 0 0 4C 64 13 F 64 28
Octal 316 62 0 0 114 144 23 17 144 50
Binary 11001110 110010 0 0 1001100 1100100 10011 1111 1100100 101000

Color Harmonies of #CE3200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3200

Black with #CE3200

Text Example


Text Example

White with #CE3200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3200; }

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

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

background-color css

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

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

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

border-color css

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

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

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