Html Css Color HEX #CE3601 Harley Davidson Orange

📋 copy color: '#CE3601'

red 206 ◦ green 54 ◦ blue 1

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

Shades of Harley Davidson Orange #CE3601

Tints of Harley Davidson Orange #CE3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

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

R = 78.93%
G = 20.69%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE3601 (or 0xCE3601) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 01. RGB value is (206,54,1). Sum of RGB (Red+Green+Blue) = 206+54+1=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3601 is #31C9FE. Grayscale: #5D5D5D. Windows color (decimal): -3262975 or 79566. OLE color: 79566.

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

Color convert

RGB 206 54 1 -
CMYK 0 0.74 1.00 0.19
HSL 15.51º 0.99% 0.41% -
HSV(B) 15.51º 1% 0.81% -
XYZ 26.78 15.76 1.66 -
YUV 93.41 75.86 208.31 -
System Red Green Blue C M Y K H S L
Decimal 206 54 1 0 0.74 1.00 0.19 15.51 0.99 0.41
Hex CE 36 1 0 4A 64 13 10 63 29
Octal 316 66 1 0 112 144 23 20 143 51
Binary 11001110 110110 1 0 1001010 1100100 10011 10000 1100011 101001

Color Harmonies of #CE3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3601

Black with #CE3601

Text Example


Text Example

White with #CE3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3601; }

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

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

background-color css

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

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

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

border-color css

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

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

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