Html Css Color HEX #CE290E Harley Davidson Orange

📋 copy color: '#CE290E'

red 206 ◦ green 41 ◦ blue 14

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

Shades of Harley Davidson Orange #CE290E

Tints of Harley Davidson Orange #CE290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 78.93%
G = 15.71%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE290E (or 0xCE290E) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 0E. RGB value is (206,41,14). Sum of RGB (Red+Green+Blue) = 206+41+14=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE290E is #31D6F1. Grayscale: #575757. Windows color (decimal): -3266290 or 928206. OLE color: 928206.

HSL color Cylindrical-coordinate representation of color #CE290E: hue angle of 8.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE290E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 14 -
CMYK 0 0.80 0.93 0.19
HSL 8.44º 0.87% 0.43% -
HSV(B) 8.44º 0.93% 0.81% -
XYZ 26.33 14.74 1.87 -
YUV 87.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 206 41 14 0 0.80 0.93 0.19 8.44 0.87 0.43
Hex CE 29 E 0 50 5D 13 8 57 2B
Octal 316 51 16 0 120 135 23 10 127 53
Binary 11001110 101001 1110 0 1010000 1011101 10011 1000 1010111 101011

Color Harmonies of #CE290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE290E

Black with #CE290E

Text Example


Text Example

White with #CE290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE290E; }

 p { color: rgb(206,41,14); }

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

background-color css

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

 a { background-color: rgb(206,41,14); }

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

border-color css

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

 span { border-color: rgb(206,41,14); }

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