Html Css Color HEX #CE3B01 Harley Davidson Orange

📋 copy color: '#CE3B01'

red 206 ◦ green 59 ◦ blue 1

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

Shades of Harley Davidson Orange #CE3B01

Tints of Harley Davidson Orange #CE3B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

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

R = 77.44%
G = 22.18%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE3B01 (or 0xCE3B01) is known color: Harley Davidson Orange. HEX triplet: CE, 3B and 01. RGB value is (206,59,1). Sum of RGB (Red+Green+Blue) = 206+59+1=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3B01 is #31C4FE. Grayscale: #606060. Windows color (decimal): -3261695 or 80846. OLE color: 80846.

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

Color convert

RGB 206 59 1 -
CMYK 0 0.71 1.00 0.19
HSL 16.98º 0.99% 0.41% -
HSV(B) 16.98º 1% 0.81% -
XYZ 27.02 16.25 1.74 -
YUV 96.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 206 59 1 0 0.71 1.00 0.19 16.98 0.99 0.41
Hex CE 3B 1 0 47 64 13 11 63 29
Octal 316 73 1 0 107 144 23 21 143 51
Binary 11001110 111011 1 0 1000111 1100100 10011 10001 1100011 101001

Color Harmonies of #CE3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B01

Black with #CE3B01

Text Example


Text Example

White with #CE3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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