Html Css Color HEX #CE1F11 Harley Davidson Orange

📋 copy color: '#CE1F11'

red 206 ◦ green 31 ◦ blue 17

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

Shades of Harley Davidson Orange #CE1F11

Tints of Harley Davidson Orange #CE1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.2%

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 81.1%
G = 12.2%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE1F11 (or 0xCE1F11) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 11. RGB value is (206,31,17). Sum of RGB (Red+Green+Blue) = 206+31+17=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F11 is #31E0EE. Grayscale: #515151. Windows color (decimal): -3268847 or 1122254. OLE color: 1122254.

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

Color convert

RGB 206 31 17 -
CMYK 0 0.85 0.92 0.19
HSL 4.44º 0.85% 0.44% -
HSV(B) 4.44º 0.92% 0.81% -
XYZ 26.04 14.14 1.89 -
YUV 81.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 206 31 17 0 0.85 0.92 0.19 4.44 0.85 0.44
Hex CE 1F 11 0 55 5C 13 4 55 2C
Octal 316 37 21 0 125 134 23 4 125 54
Binary 11001110 11111 10001 0 1010101 1011100 10011 100 1010101 101100

Color Harmonies of #CE1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F11

Black with #CE1F11

Text Example


Text Example

White with #CE1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F11; }

 p { color: rgb(206,31,17); }

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

background-color css

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

 a { background-color: rgb(206,31,17); }

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

border-color css

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

 span { border-color: rgb(206,31,17); }

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