Html Css Color HEX #CE3301 Harley Davidson Orange

📋 copy color: '#CE3301'

red 206 ◦ green 51 ◦ blue 1

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

Shades of Harley Davidson Orange #CE3301

Tints of Harley Davidson Orange #CE3301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 79.84%
G = 19.77%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE3301 (or 0xCE3301) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 01. RGB value is (206,51,1). Sum of RGB (Red+Green+Blue) = 206+51+1=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3301 is #31CCFE. Grayscale: #5C5C5C. Windows color (decimal): -3263743 or 78798. OLE color: 78798.

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

Color convert

RGB 206 51 1 -
CMYK 0 0.75 1.00 0.19
HSL 14.63º 0.99% 0.41% -
HSV(B) 14.63º 1% 0.81% -
XYZ 26.64 15.49 1.61 -
YUV 91.65 76.85 209.57 -
System Red Green Blue C M Y K H S L
Decimal 206 51 1 0 0.75 1.00 0.19 14.63 0.99 0.41
Hex CE 33 1 0 4B 64 13 F 63 29
Octal 316 63 1 0 113 144 23 17 143 51
Binary 11001110 110011 1 0 1001011 1100100 10011 1111 1100011 101001

Color Harmonies of #CE3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3301

Black with #CE3301

Text Example


Text Example

White with #CE3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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