Html Css Color HEX #CE3101 Harley Davidson Orange

📋 copy color: '#CE3101'

red 206 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #CE3101

Tints of Harley Davidson Orange #CE3101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 80.47%
G = 19.14%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE3101 (or 0xCE3101) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 01. RGB value is (206,49,1). Sum of RGB (Red+Green+Blue) = 206+49+1=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3101 is #31CEFE. Grayscale: #5A5A5A. Windows color (decimal): -3264255 or 78286. OLE color: 78286.

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

Color convert

RGB 206 49 1 -
CMYK 0 0.76 1.00 0.19
HSL 14.05º 0.99% 0.41% -
HSV(B) 14.05º 1% 0.81% -
XYZ 26.56 15.32 1.59 -
YUV 90.47 77.51 210.4 -
System Red Green Blue C M Y K H S L
Decimal 206 49 1 0 0.76 1.00 0.19 14.05 0.99 0.41
Hex CE 31 1 0 4C 64 13 E 63 29
Octal 316 61 1 0 114 144 23 16 143 51
Binary 11001110 110001 1 0 1001100 1100100 10011 1110 1100011 101001

Color Harmonies of #CE3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3101

Black with #CE3101

Text Example


Text Example

White with #CE3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3101; }

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

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

background-color css

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

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

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

border-color css

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

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

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