Html Css Color HEX #CE471D Harley Davidson Orange

📋 copy color: '#CE471D'

red 206 ◦ green 71 ◦ blue 29

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

Shades of Harley Davidson Orange #CE471D

Tints of Harley Davidson Orange #CE471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

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

R = 67.32%
G = 23.2%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE471D (or 0xCE471D) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 1D. RGB value is (206,71,29). Sum of RGB (Red+Green+Blue) = 206+71+29=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE471D is #31B8E2. Grayscale: #6A6A6A. Windows color (decimal): -3258595 or 1918926. OLE color: 1918926.

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

Color convert

RGB 206 71 29 -
CMYK 0 0.66 0.86 0.19
HSL 14.24º 0.75% 0.46% -
HSV(B) 14.24º 0.86% 0.81% -
XYZ 27.93 17.72 3.11 -
YUV 106.58 84.23 198.92 -
System Red Green Blue C M Y K H S L
Decimal 206 71 29 0 0.66 0.86 0.19 14.24 0.75 0.46
Hex CE 47 1D 0 42 56 13 E 4B 2E
Octal 316 107 35 0 102 126 23 16 113 56
Binary 11001110 1000111 11101 0 1000010 1010110 10011 1110 1001011 101110

Color Harmonies of #CE471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE471D

Black with #CE471D

Text Example


Text Example

White with #CE471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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