Html Css Color HEX #CE4117 Harley Davidson Orange

📋 copy color: '#CE4117'

red 206 ◦ green 65 ◦ blue 23

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

Shades of Harley Davidson Orange #CE4117

Tints of Harley Davidson Orange #CE4117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 70.07%
G = 22.11%
B = 7.82%

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

#CE4117 (or 0xCE4117) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 17. RGB value is (206,65,23). Sum of RGB (Red+Green+Blue) = 206+65+23=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4117 is #31BEE8. Grayscale: #666666. Windows color (decimal): -3260137 or 1524174. OLE color: 1524174.

HSL color Cylindrical-coordinate representation of color #CE4117: hue angle of 13.77º degrees, saturation: 0.8, 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 #CE4117 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 23 -
CMYK 0 0.68 0.89 0.19
HSL 13.77º 0.8% 0.45% -
HSV(B) 13.77º 0.89% 0.81% -
XYZ 27.5 16.96 2.64 -
YUV 102.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 206 65 23 0 0.68 0.89 0.19 13.77 0.8 0.45
Hex CE 41 17 0 44 59 13 E 50 2D
Octal 316 101 27 0 104 131 23 16 120 55
Binary 11001110 1000001 10111 0 1000100 1011001 10011 1110 1010000 101101

Color Harmonies of #CE4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4117

Black with #CE4117

Text Example


Text Example

White with #CE4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4117; }

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

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

background-color css

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

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

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

border-color css

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

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

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