Html Css Color HEX #CE1714 Harley Davidson Orange

📋 copy color: '#CE1714'

red 206 ◦ green 23 ◦ blue 20

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

Shades of Harley Davidson Orange #CE1714

Tints of Harley Davidson Orange #CE1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 82.73%
G = 9.24%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE1714 (or 0xCE1714) is known color: Harley Davidson Orange. HEX triplet: CE, 17 and 14. RGB value is (206,23,20). Sum of RGB (Red+Green+Blue) = 206+23+20=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1714 is #31E8EB. Grayscale: #4D4D4D. Windows color (decimal): -3270892 or 1316814. OLE color: 1316814.

HSL color Cylindrical-coordinate representation of color #CE1714: hue angle of 0.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1714 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 20 -
CMYK 0 0.89 0.90 0.19
HSL 0.97º 0.82% 0.44% -
HSV(B) 0.97º 0.9% 0.81% -
XYZ 25.89 13.79 1.96 -
YUV 77.38 95.63 219.74 -
System Red Green Blue C M Y K H S L
Decimal 206 23 20 0 0.89 0.90 0.19 0.97 0.82 0.44
Hex CE 17 14 0 59 5A 13 1 52 2C
Octal 316 27 24 0 131 132 23 1 122 54
Binary 11001110 10111 10100 0 1011001 1011010 10011 1 1010010 101100

Color Harmonies of #CE1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1714

Black with #CE1714

Text Example


Text Example

White with #CE1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1714; }

 p { color: rgb(206,23,20); }

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

background-color css

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

 a { background-color: rgb(206,23,20); }

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

border-color css

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

 span { border-color: rgb(206,23,20); }

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