Html Css Color HEX #CE4116 Harley Davidson Orange

📋 copy color: '#CE4116'

red 206 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #CE4116

Tints of Harley Davidson Orange #CE4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 70.31%
G = 22.18%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE4116 (or 0xCE4116) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 16. RGB value is (206,65,22). Sum of RGB (Red+Green+Blue) = 206+65+22=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4116 is #31BEE9. Grayscale: #666666. Windows color (decimal): -3260138 or 1458638. OLE color: 1458638.

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

Color convert

RGB 206 65 22 -
CMYK 0 0.68 0.89 0.19
HSL 14.02º 0.81% 0.45% -
HSV(B) 14.02º 0.89% 0.81% -
XYZ 27.49 16.96 2.58 -
YUV 102.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 206 65 22 0 0.68 0.89 0.19 14.02 0.81 0.45
Hex CE 41 16 0 44 59 13 E 51 2D
Octal 316 101 26 0 104 131 23 16 121 55
Binary 11001110 1000001 10110 0 1000100 1011001 10011 1110 1010001 101101

Color Harmonies of #CE4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4116

Black with #CE4116

Text Example


Text Example

White with #CE4116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4116; }

 p { color: rgb(206,65,22); }

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

background-color css

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

 a { background-color: rgb(206,65,22); }

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

border-color css

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

 span { border-color: rgb(206,65,22); }

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