Html Css Color HEX #CE3801 Harley Davidson Orange

📋 copy color: '#CE3801'

red 206 ◦ green 56 ◦ blue 1

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

Shades of Harley Davidson Orange #CE3801

Tints of Harley Davidson Orange #CE3801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

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

R = 78.33%
G = 21.29%
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

#CE3801 (or 0xCE3801) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 01. RGB value is (206,56,1). Sum of RGB (Red+Green+Blue) = 206+56+1=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3801 is #31C7FE. Grayscale: #5E5E5E. Windows color (decimal): -3262463 or 80078. OLE color: 80078.

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

Color convert

RGB 206 56 1 -
CMYK 0 0.73 1.00 0.19
HSL 16.1º 0.99% 0.41% -
HSV(B) 16.1º 1% 0.81% -
XYZ 26.87 15.95 1.69 -
YUV 94.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 206 56 1 0 0.73 1.00 0.19 16.1 0.99 0.41
Hex CE 38 1 0 49 64 13 10 63 29
Octal 316 70 1 0 111 144 23 20 143 51
Binary 11001110 111000 1 0 1001001 1100100 10011 10000 1100011 101001

Color Harmonies of #CE3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3801

Black with #CE3801

Text Example


Text Example

White with #CE3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3801; }

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

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

background-color css

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

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

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

border-color css

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

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

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