Html Css Color HEX #CE4017 Harley Davidson Orange

📋 copy color: '#CE4017'

red 206 ◦ green 64 ◦ blue 23

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

Shades of Harley Davidson Orange #CE4017

Tints of Harley Davidson Orange #CE4017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 70.31%
G = 21.84%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE4017 (or 0xCE4017) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 17. RGB value is (206,64,23). Sum of RGB (Red+Green+Blue) = 206+64+23=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4017 is #31BFE8. Grayscale: #666666. Windows color (decimal): -3260393 or 1523918. OLE color: 1523918.

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

Color convert

RGB 206 64 23 -
CMYK 0 0.69 0.89 0.19
HSL 13.44º 0.8% 0.45% -
HSV(B) 13.44º 0.89% 0.81% -
XYZ 27.44 16.85 2.62 -
YUV 101.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 206 64 23 0 0.69 0.89 0.19 13.44 0.8 0.45
Hex CE 40 17 0 45 59 13 D 50 2D
Octal 316 100 27 0 105 131 23 15 120 55
Binary 11001110 1000000 10111 0 1000101 1011001 10011 1101 1010000 101101

Color Harmonies of #CE4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4017

Black with #CE4017

Text Example


Text Example

White with #CE4017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4017; }

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

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

background-color css

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

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

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

border-color css

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

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

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