Html Css Color HEX #CE4814 Harley Davidson Orange

📋 copy color: '#CE4814'

red 206 ◦ green 72 ◦ blue 20

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

Shades of Harley Davidson Orange #CE4814

Tints of Harley Davidson Orange #CE4814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

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

R = 69.13%
G = 24.16%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4814 (or 0xCE4814) is known color: Harley Davidson Orange. HEX triplet: CE, 48 and 14. RGB value is (206,72,20). Sum of RGB (Red+Green+Blue) = 206+72+20=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4814 is #31B7EB. Grayscale: #6A6A6A. Windows color (decimal): -3258348 or 1329358. OLE color: 1329358.

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

Color convert

RGB 206 72 20 -
CMYK 0 0.65 0.90 0.19
HSL 16.77º 0.82% 0.44% -
HSV(B) 16.77º 0.9% 0.81% -
XYZ 27.9 17.81 2.63 -
YUV 106.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 206 72 20 0 0.65 0.90 0.19 16.77 0.82 0.44
Hex CE 48 14 0 41 5A 13 11 52 2C
Octal 316 110 24 0 101 132 23 21 122 54
Binary 11001110 1001000 10100 0 1000001 1011010 10011 10001 1010010 101100

Color Harmonies of #CE4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4814

Black with #CE4814

Text Example


Text Example

White with #CE4814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4814; }

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

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

background-color css

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

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

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

border-color css

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

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

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