Html Css Color HEX #CE3115 Harley Davidson Orange

📋 copy color: '#CE3115'

red 206 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #CE3115

Tints of Harley Davidson Orange #CE3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

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

R = 74.64%
G = 17.75%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3115 (or 0xCE3115) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 15. RGB value is (206,49,21). Sum of RGB (Red+Green+Blue) = 206+49+21=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3115 is #31CEEA. Grayscale: #5D5D5D. Windows color (decimal): -3264235 or 1389006. OLE color: 1389006.

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

Color convert

RGB 206 49 21 -
CMYK 0 0.76 0.90 0.19
HSL 9.08º 0.81% 0.45% -
HSV(B) 9.08º 0.9% 0.81% -
XYZ 26.69 15.37 2.27 -
YUV 92.75 87.51 208.78 -
System Red Green Blue C M Y K H S L
Decimal 206 49 21 0 0.76 0.90 0.19 9.08 0.81 0.45
Hex CE 31 15 0 4C 5A 13 9 51 2D
Octal 316 61 25 0 114 132 23 11 121 55
Binary 11001110 110001 10101 0 1001100 1011010 10011 1001 1010001 101101

Color Harmonies of #CE3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3115

Black with #CE3115

Text Example


Text Example

White with #CE3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3115; }

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

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

background-color css

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

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

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

border-color css

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

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

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