Html Css Color HEX #CE2019 Harley Davidson Orange

📋 copy color: '#CE2019'

red 206 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #CE2019

Tints of Harley Davidson Orange #CE2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 78.33%
G = 12.17%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE2019 (or 0xCE2019) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 19. RGB value is (206,32,25). Sum of RGB (Red+Green+Blue) = 206+32+25=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2019 is #31DFE6. Grayscale: #535353. Windows color (decimal): -3268583 or 1646798. OLE color: 1646798.

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

Color convert

RGB 206 32 25 -
CMYK 0 0.84 0.88 0.19
HSL 2.32º 0.78% 0.45% -
HSV(B) 2.32º 0.88% 0.81% -
XYZ 26.15 14.23 2.29 -
YUV 83.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 206 32 25 0 0.84 0.88 0.19 2.32 0.78 0.45
Hex CE 20 19 0 54 58 13 2 4E 2D
Octal 316 40 31 0 124 130 23 2 116 55
Binary 11001110 100000 11001 0 1010100 1011000 10011 10 1001110 101101

Color Harmonies of #CE2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2019

Black with #CE2019

Text Example


Text Example

White with #CE2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2019; }

 p { color: rgb(206,32,25); }

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

background-color css

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

 a { background-color: rgb(206,32,25); }

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

border-color css

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

 span { border-color: rgb(206,32,25); }

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