Html Css Color HEX #CE3300 Harley Davidson Orange

📋 copy color: '#CE3300'

red 206 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #CE3300

Tints of Harley Davidson Orange #CE3300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 80.16%
G = 19.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE3300 (or 0xCE3300) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 00. RGB value is (206,51,0). Sum of RGB (Red+Green+Blue) = 206+51+0=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3300 is #31CCFF. Grayscale: #5B5B5B. Windows color (decimal): -3263744 or 13262. OLE color: 13262.

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

Color convert

RGB 206 51 0 -
CMYK 0 0.75 1 0.19
HSL 14.85º 1% 0.4% -
HSV(B) 14.85º 1% 0.81% -
XYZ 26.64 15.49 1.59 -
YUV 91.53 76.35 209.65 -
System Red Green Blue C M Y K H S L
Decimal 206 51 0 0 0.75 1 0.19 14.85 1 0.4
Hex CE 33 0 0 4B 64 13 F 64 28
Octal 316 63 0 0 113 144 23 17 144 50
Binary 11001110 110011 0 0 1001011 1100100 10011 1111 1100100 101000

Color Harmonies of #CE3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3300

Black with #CE3300

Text Example


Text Example

White with #CE3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3300; }

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

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

background-color css

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

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

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

border-color css

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

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

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