Html Css Color HEX #CE2306 Harley Davidson Orange

📋 copy color: '#CE2306'

red 206 ◦ green 35 ◦ blue 6

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

Shades of Harley Davidson Orange #CE2306

Tints of Harley Davidson Orange #CE2306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 83.4%
G = 14.17%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE2306 (or 0xCE2306) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 06. RGB value is (206,35,6). Sum of RGB (Red+Green+Blue) = 206+35+6=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2306 is #31DCF9. Grayscale: #535353. Windows color (decimal): -3267834 or 402382. OLE color: 402382.

HSL color Cylindrical-coordinate representation of color #CE2306: hue angle of 8.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE2306 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 6 -
CMYK 0 0.83 0.97 0.19
HSL 8.7º 0.94% 0.42% -
HSV(B) 8.7º 0.97% 0.81% -
XYZ 26.09 14.34 1.56 -
YUV 82.82 84.65 215.86 -
System Red Green Blue C M Y K H S L
Decimal 206 35 6 0 0.83 0.97 0.19 8.7 0.94 0.42
Hex CE 23 6 0 53 61 13 9 5E 2A
Octal 316 43 6 0 123 141 23 11 136 52
Binary 11001110 100011 110 0 1010011 1100001 10011 1001 1011110 101010

Color Harmonies of #CE2306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2306

Black with #CE2306

Text Example


Text Example

White with #CE2306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2306; }

 p { color: rgb(206,35,6); }

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

background-color css

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

 a { background-color: rgb(206,35,6); }

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

border-color css

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

 span { border-color: rgb(206,35,6); }

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