Html Css Color HEX #CE3701 Harley Davidson Orange

📋 copy color: '#CE3701'

red 206 ◦ green 55 ◦ blue 1

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

Shades of Harley Davidson Orange #CE3701

Tints of Harley Davidson Orange #CE3701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 78.63%
G = 20.99%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE3701 (or 0xCE3701) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 01. RGB value is (206,55,1). Sum of RGB (Red+Green+Blue) = 206+55+1=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3701 is #31C8FE. Grayscale: #5E5E5E. Windows color (decimal): -3262719 or 79822. OLE color: 79822.

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

Color convert

RGB 206 55 1 -
CMYK 0 0.73 1.00 0.19
HSL 15.8º 0.99% 0.41% -
HSV(B) 15.8º 1% 0.81% -
XYZ 26.83 15.86 1.68 -
YUV 93.99 75.53 207.89 -
System Red Green Blue C M Y K H S L
Decimal 206 55 1 0 0.73 1.00 0.19 15.8 0.99 0.41
Hex CE 37 1 0 49 64 13 10 63 29
Octal 316 67 1 0 111 144 23 20 143 51
Binary 11001110 110111 1 0 1001001 1100100 10011 10000 1100011 101001

Color Harmonies of #CE3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3701

Black with #CE3701

Text Example


Text Example

White with #CE3701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3701; }

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

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

background-color css

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

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

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

border-color css

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

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

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