Html Css Color HEX #CE2015 Harley Davidson Orange

📋 copy color: '#CE2015'

red 206 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #CE2015

Tints of Harley Davidson Orange #CE2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.36%

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 79.54%
G = 12.36%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE2015 (or 0xCE2015) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 15. RGB value is (206,32,21). Sum of RGB (Red+Green+Blue) = 206+32+21=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2015 is #31DFEA. Grayscale: #525252. Windows color (decimal): -3268587 or 1384654. OLE color: 1384654.

HSL color Cylindrical-coordinate representation of color #CE2015: hue angle of 3.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE2015 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 21 -
CMYK 0 0.84 0.90 0.19
HSL 3.57º 0.81% 0.45% -
HSV(B) 3.57º 0.9% 0.81% -
XYZ 26.11 14.21 2.08 -
YUV 82.77 93.15 215.89 -
System Red Green Blue C M Y K H S L
Decimal 206 32 21 0 0.84 0.90 0.19 3.57 0.81 0.45
Hex CE 20 15 0 54 5A 13 4 51 2D
Octal 316 40 25 0 124 132 23 4 121 55
Binary 11001110 100000 10101 0 1010100 1011010 10011 100 1010001 101101

Color Harmonies of #CE2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2015

Black with #CE2015

Text Example


Text Example

White with #CE2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2015; }

 p { color: rgb(206,32,21); }

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

background-color css

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

 a { background-color: rgb(206,32,21); }

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

border-color css

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

 span { border-color: rgb(206,32,21); }

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