Html Css Color HEX #CE2616 Harley Davidson Orange

📋 copy color: '#CE2616'

red 206 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #CE2616

Tints of Harley Davidson Orange #CE2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 77.44%
G = 14.29%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE2616 (or 0xCE2616) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 16. RGB value is (206,38,22). Sum of RGB (Red+Green+Blue) = 206+38+22=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2616 is #31D9E9. Grayscale: #565656. Windows color (decimal): -3267050 or 1451726. OLE color: 1451726.

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

Color convert

RGB 206 38 22 -
CMYK 0 0.82 0.89 0.19
HSL 5.22º 0.81% 0.45% -
HSV(B) 5.22º 0.89% 0.81% -
XYZ 26.29 14.57 2.18 -
YUV 86.41 91.66 213.3 -
System Red Green Blue C M Y K H S L
Decimal 206 38 22 0 0.82 0.89 0.19 5.22 0.81 0.45
Hex CE 26 16 0 52 59 13 5 51 2D
Octal 316 46 26 0 122 131 23 5 121 55
Binary 11001110 100110 10110 0 1010010 1011001 10011 101 1010001 101101

Color Harmonies of #CE2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2616

Black with #CE2616

Text Example


Text Example

White with #CE2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2616; }

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

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

background-color css

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

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

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

border-color css

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

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

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