Html Css Color HEX #CE2715 Harley Davidson Orange

📋 copy color: '#CE2715'

red 206 ◦ green 39 ◦ blue 21

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

Shades of Harley Davidson Orange #CE2715

Tints of Harley Davidson Orange #CE2715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 77.44%
G = 14.66%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE2715 (or 0xCE2715) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 15. RGB value is (206,39,21). Sum of RGB (Red+Green+Blue) = 206+39+21=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2715 is #31D8EA. Grayscale: #575757. Windows color (decimal): -3266795 or 1386446. OLE color: 1386446.

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

Color convert

RGB 206 39 21 -
CMYK 0 0.81 0.90 0.19
HSL 5.84º 0.81% 0.45% -
HSV(B) 5.84º 0.9% 0.81% -
XYZ 26.31 14.63 2.15 -
YUV 86.88 90.83 212.96 -
System Red Green Blue C M Y K H S L
Decimal 206 39 21 0 0.81 0.90 0.19 5.84 0.81 0.45
Hex CE 27 15 0 51 5A 13 6 51 2D
Octal 316 47 25 0 121 132 23 6 121 55
Binary 11001110 100111 10101 0 1010001 1011010 10011 110 1010001 101101

Color Harmonies of #CE2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2715

Black with #CE2715

Text Example


Text Example

White with #CE2715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2715; }

 p { color: rgb(206,39,21); }

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

background-color css

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

 a { background-color: rgb(206,39,21); }

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

border-color css

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

 span { border-color: rgb(206,39,21); }

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