Html Css Color HEX #CE491D Harley Davidson Orange

📋 copy color: '#CE491D'

red 206 ◦ green 73 ◦ blue 29

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

Shades of Harley Davidson Orange #CE491D

Tints of Harley Davidson Orange #CE491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 66.88%
G = 23.7%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE491D (or 0xCE491D) is known color: Harley Davidson Orange. HEX triplet: CE, 49 and 1D. RGB value is (206,73,29). Sum of RGB (Red+Green+Blue) = 206+73+29=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE491D is #31B6E2. Grayscale: #6C6C6C. Windows color (decimal): -3258083 or 1919438. OLE color: 1919438.

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

Color convert

RGB 206 73 29 -
CMYK 0 0.65 0.86 0.19
HSL 14.92º 0.75% 0.46% -
HSV(B) 14.92º 0.86% 0.81% -
XYZ 28.06 17.98 3.15 -
YUV 107.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 206 73 29 0 0.65 0.86 0.19 14.92 0.75 0.46
Hex CE 49 1D 0 41 56 13 F 4B 2E
Octal 316 111 35 0 101 126 23 17 113 56
Binary 11001110 1001001 11101 0 1000001 1010110 10011 1111 1001011 101110

Color Harmonies of #CE491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE491D

Black with #CE491D

Text Example


Text Example

White with #CE491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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