Html Css Color HEX #CE2916 Harley Davidson Orange

📋 copy color: '#CE2916'

red 206 ◦ green 41 ◦ blue 22

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

Shades of Harley Davidson Orange #CE2916

Tints of Harley Davidson Orange #CE2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 76.58%
G = 15.24%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE2916 (or 0xCE2916) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 16. RGB value is (206,41,22). Sum of RGB (Red+Green+Blue) = 206+41+22=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2916 is #31D6E9. Grayscale: #585858. Windows color (decimal): -3266282 or 1452494. OLE color: 1452494.

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

Color convert

RGB 206 41 22 -
CMYK 0 0.80 0.89 0.19
HSL 6.2º 0.81% 0.45% -
HSV(B) 6.2º 0.89% 0.81% -
XYZ 26.39 14.77 2.22 -
YUV 88.17 90.66 212.04 -
System Red Green Blue C M Y K H S L
Decimal 206 41 22 0 0.80 0.89 0.19 6.2 0.81 0.45
Hex CE 29 16 0 50 59 13 6 51 2D
Octal 316 51 26 0 120 131 23 6 121 55
Binary 11001110 101001 10110 0 1010000 1011001 10011 110 1010001 101101

Color Harmonies of #CE2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2916

Black with #CE2916

Text Example


Text Example

White with #CE2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2916; }

 p { color: rgb(206,41,22); }

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

background-color css

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

 a { background-color: rgb(206,41,22); }

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

border-color css

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

 span { border-color: rgb(206,41,22); }

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