Html Css Color HEX #CE290F Harley Davidson Orange

📋 copy color: '#CE290F'

red 206 ◦ green 41 ◦ blue 15

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

Shades of Harley Davidson Orange #CE290F

Tints of Harley Davidson Orange #CE290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 78.63%
G = 15.65%
B = 5.73%

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

#CE290F (or 0xCE290F) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 0F. RGB value is (206,41,15). Sum of RGB (Red+Green+Blue) = 206+41+15=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE290F is #31D6F0. Grayscale: #575757. Windows color (decimal): -3266289 or 993742. OLE color: 993742.

HSL color Cylindrical-coordinate representation of color #CE290F: hue angle of 8.17º degrees, saturation: 0.86, 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 #CE290F is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 15 -
CMYK 0 0.80 0.93 0.19
HSL 8.17º 0.86% 0.43% -
HSV(B) 8.17º 0.93% 0.81% -
XYZ 26.33 14.74 1.91 -
YUV 87.37 87.16 212.61 -
System Red Green Blue C M Y K H S L
Decimal 206 41 15 0 0.80 0.93 0.19 8.17 0.86 0.43
Hex CE 29 F 0 50 5D 13 8 56 2B
Octal 316 51 17 0 120 135 23 10 126 53
Binary 11001110 101001 1111 0 1010000 1011101 10011 1000 1010110 101011

Color Harmonies of #CE290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE290F

Black with #CE290F

Text Example


Text Example

White with #CE290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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