Html Css Color HEX #CE4618 Harley Davidson Orange

📋 copy color: '#CE4618'

red 206 ◦ green 70 ◦ blue 24

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

Shades of Harley Davidson Orange #CE4618

Tints of Harley Davidson Orange #CE4618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 68.67%
G = 23.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE4618 (or 0xCE4618) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 18. RGB value is (206,70,24). Sum of RGB (Red+Green+Blue) = 206+70+24=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4618 is #31B9E7. Grayscale: #696969. Windows color (decimal): -3258856 or 1590990. OLE color: 1590990.

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

Color convert

RGB 206 70 24 -
CMYK 0 0.66 0.88 0.19
HSL 15.16º 0.79% 0.45% -
HSV(B) 15.16º 0.88% 0.81% -
XYZ 27.81 17.57 2.79 -
YUV 105.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 206 70 24 0 0.66 0.88 0.19 15.16 0.79 0.45
Hex CE 46 18 0 42 58 13 F 4F 2D
Octal 316 106 30 0 102 130 23 17 117 55
Binary 11001110 1000110 11000 0 1000010 1011000 10011 1111 1001111 101101

Color Harmonies of #CE4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4618

Black with #CE4618

Text Example


Text Example

White with #CE4618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4618; }

 p { color: rgb(206,70,24); }

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

background-color css

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

 a { background-color: rgb(206,70,24); }

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

border-color css

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

 span { border-color: rgb(206,70,24); }

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