Html Css Color HEX #CE4715 Harley Davidson Orange

📋 copy color: '#CE4715'

red 206 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #CE4715

Tints of Harley Davidson Orange #CE4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 69.13%
G = 23.83%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4715 (or 0xCE4715) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 15. RGB value is (206,71,21). Sum of RGB (Red+Green+Blue) = 206+71+21=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4715 is #31B8EA. Grayscale: #6A6A6A. Windows color (decimal): -3258603 or 1394638. OLE color: 1394638.

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

Color convert

RGB 206 71 21 -
CMYK 0 0.66 0.90 0.19
HSL 16.22º 0.81% 0.45% -
HSV(B) 16.22º 0.9% 0.81% -
XYZ 27.84 17.68 2.66 -
YUV 105.67 80.23 199.57 -
System Red Green Blue C M Y K H S L
Decimal 206 71 21 0 0.66 0.90 0.19 16.22 0.81 0.45
Hex CE 47 15 0 42 5A 13 10 51 2D
Octal 316 107 25 0 102 132 23 20 121 55
Binary 11001110 1000111 10101 0 1000010 1011010 10011 10000 1010001 101101

Color Harmonies of #CE4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4715

Black with #CE4715

Text Example


Text Example

White with #CE4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4715; }

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

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

background-color css

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

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

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

border-color css

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

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

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