Html Css Color HEX #CE471E Harley Davidson Orange

📋 copy color: '#CE471E'

red 206 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #CE471E

Tints of Harley Davidson Orange #CE471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 67.1%
G = 23.13%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE471E (or 0xCE471E) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 1E. RGB value is (206,71,30). Sum of RGB (Red+Green+Blue) = 206+71+30=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE471E is #31B8E1. Grayscale: #6A6A6A. Windows color (decimal): -3258594 or 1984462. OLE color: 1984462.

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

Color convert

RGB 206 71 30 -
CMYK 0 0.66 0.85 0.19
HSL 13.98º 0.75% 0.46% -
HSV(B) 13.98º 0.85% 0.81% -
XYZ 27.94 17.72 3.18 -
YUV 106.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 206 71 30 0 0.66 0.85 0.19 13.98 0.75 0.46
Hex CE 47 1E 0 42 55 13 E 4B 2E
Octal 316 107 36 0 102 125 23 16 113 56
Binary 11001110 1000111 11110 0 1000010 1010101 10011 1110 1001011 101110

Color Harmonies of #CE471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE471E

Black with #CE471E

Text Example


Text Example

White with #CE471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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