Html Css Color HEX #CE461E Harley Davidson Orange

📋 copy color: '#CE461E'

red 206 ◦ green 70 ◦ blue 30

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

Shades of Harley Davidson Orange #CE461E

Tints of Harley Davidson Orange #CE461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

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

R = 67.32%
G = 22.88%
B = 9.8%

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

#CE461E (or 0xCE461E) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 1E. RGB value is (206,70,30). Sum of RGB (Red+Green+Blue) = 206+70+30=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE461E is #31B9E1. Grayscale: #6A6A6A. Windows color (decimal): -3258850 or 1984206. OLE color: 1984206.

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

Color convert

RGB 206 70 30 -
CMYK 0 0.66 0.85 0.19
HSL 13.64º 0.75% 0.46% -
HSV(B) 13.64º 0.85% 0.81% -
XYZ 27.88 17.6 3.16 -
YUV 106.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 206 70 30 0 0.66 0.85 0.19 13.64 0.75 0.46
Hex CE 46 1E 0 42 55 13 E 4B 2E
Octal 316 106 36 0 102 125 23 16 113 56
Binary 11001110 1000110 11110 0 1000010 1010101 10011 1110 1001011 101110

Color Harmonies of #CE461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE461E

Black with #CE461E

Text Example


Text Example

White with #CE461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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