Html Css Color HEX #CE291D Harley Davidson Orange

📋 copy color: '#CE291D'

red 206 ◦ green 41 ◦ blue 29

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

Shades of Harley Davidson Orange #CE291D

Tints of Harley Davidson Orange #CE291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 74.64%
G = 14.86%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE291D (or 0xCE291D) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 1D. RGB value is (206,41,29). Sum of RGB (Red+Green+Blue) = 206+41+29=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE291D is #31D6E2. Grayscale: #595959. Windows color (decimal): -3266275 or 1911246. OLE color: 1911246.

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

Color convert

RGB 206 41 29 -
CMYK 0 0.80 0.86 0.19
HSL 4.07º 0.75% 0.46% -
HSV(B) 4.07º 0.86% 0.81% -
XYZ 26.47 14.8 2.62 -
YUV 88.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 206 41 29 0 0.80 0.86 0.19 4.07 0.75 0.46
Hex CE 29 1D 0 50 56 13 4 4B 2E
Octal 316 51 35 0 120 126 23 4 113 56
Binary 11001110 101001 11101 0 1010000 1010110 10011 100 1001011 101110

Color Harmonies of #CE291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE291D

Black with #CE291D

Text Example


Text Example

White with #CE291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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