Html Css Color HEX #CE4614 Harley Davidson Orange

📋 copy color: '#CE4614'

red 206 ◦ green 70 ◦ blue 20

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

Shades of Harley Davidson Orange #CE4614

Tints of Harley Davidson Orange #CE4614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 69.59%
G = 23.65%
B = 6.76%

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

#CE4614 (or 0xCE4614) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 14. RGB value is (206,70,20). Sum of RGB (Red+Green+Blue) = 206+70+20=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4614 is #31B9EB. Grayscale: #696969. Windows color (decimal): -3258860 or 1328846. OLE color: 1328846.

HSL color Cylindrical-coordinate representation of color #CE4614: hue angle of 16.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4614 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 70 20 -
CMYK 0 0.66 0.90 0.19
HSL 16.13º 0.82% 0.44% -
HSV(B) 16.13º 0.9% 0.81% -
XYZ 27.77 17.55 2.59 -
YUV 104.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 206 70 20 0 0.66 0.90 0.19 16.13 0.82 0.44
Hex CE 46 14 0 42 5A 13 10 52 2C
Octal 316 106 24 0 102 132 23 20 122 54
Binary 11001110 1000110 10100 0 1000010 1011010 10011 10000 1010010 101100

Color Harmonies of #CE4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4614

Black with #CE4614

Text Example


Text Example

White with #CE4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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