Html Css Color HEX #CE290D Harley Davidson Orange

📋 copy color: '#CE290D'

red 206 ◦ green 41 ◦ blue 13

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

Shades of Harley Davidson Orange #CE290D

Tints of Harley Davidson Orange #CE290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5%

R = 79.23%
G = 15.77%
B = 5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE290D (or 0xCE290D) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 0D. RGB value is (206,41,13). Sum of RGB (Red+Green+Blue) = 206+41+13=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE290D is #31D6F2. Grayscale: #575757. Windows color (decimal): -3266291 or 862670. OLE color: 862670.

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

Color convert

RGB 206 41 13 -
CMYK 0 0.80 0.94 0.19
HSL 8.7º 0.88% 0.43% -
HSV(B) 8.7º 0.94% 0.81% -
XYZ 26.32 14.74 1.84 -
YUV 87.14 86.16 212.78 -
System Red Green Blue C M Y K H S L
Decimal 206 41 13 0 0.80 0.94 0.19 8.7 0.88 0.43
Hex CE 29 D 0 50 5E 13 9 58 2B
Octal 316 51 15 0 120 136 23 11 130 53
Binary 11001110 101001 1101 0 1010000 1011110 10011 1001 1011000 101011

Color Harmonies of #CE290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE290D

Black with #CE290D

Text Example


Text Example

White with #CE290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE290D; }

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

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

background-color css

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

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

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

border-color css

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

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

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