Html Css Color HEX #CE1713 Harley Davidson Orange

📋 copy color: '#CE1713'

red 206 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #CE1713

Tints of Harley Davidson Orange #CE1713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 83.06%
G = 9.27%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE1713 (or 0xCE1713) is known color: Harley Davidson Orange. HEX triplet: CE, 17 and 13. RGB value is (206,23,19). Sum of RGB (Red+Green+Blue) = 206+23+19=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1713 is #31E8EC. Grayscale: #4D4D4D. Windows color (decimal): -3270893 or 1251278. OLE color: 1251278.

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

Color convert

RGB 206 23 19 -
CMYK 0 0.89 0.91 0.19
HSL 1.28º 0.83% 0.44% -
HSV(B) 1.28º 0.91% 0.81% -
XYZ 25.88 13.78 1.91 -
YUV 77.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 206 23 19 0 0.89 0.91 0.19 1.28 0.83 0.44
Hex CE 17 13 0 59 5B 13 1 53 2C
Octal 316 27 23 0 131 133 23 1 123 54
Binary 11001110 10111 10011 0 1011001 1011011 10011 1 1010011 101100

Color Harmonies of #CE1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1713

Black with #CE1713

Text Example


Text Example

White with #CE1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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