Html Css Color HEX #CE2820 Harley Davidson Orange

📋 copy color: '#CE2820'

red 206 ◦ green 40 ◦ blue 32

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

Shades of Harley Davidson Orange #CE2820

Tints of Harley Davidson Orange #CE2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 74.1%
G = 14.39%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE2820 (or 0xCE2820) is known color: Harley Davidson Orange. HEX triplet: CE, 28 and 20. RGB value is (206,40,32). Sum of RGB (Red+Green+Blue) = 206+40+32=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2820 is #31D7DF. Grayscale: #585858. Windows color (decimal): -3266528 or 2107598. OLE color: 2107598.

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

Color convert

RGB 206 40 32 -
CMYK 0 0.81 0.84 0.19
HSL 2.76º 0.73% 0.47% -
HSV(B) 2.76º 0.84% 0.81% -
XYZ 26.47 14.74 2.82 -
YUV 88.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 206 40 32 0 0.81 0.84 0.19 2.76 0.73 0.47
Hex CE 28 20 0 51 54 13 3 49 2F
Octal 316 50 40 0 121 124 23 3 111 57
Binary 11001110 101000 100000 0 1010001 1010100 10011 11 1001001 101111

Color Harmonies of #CE2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2820

Black with #CE2820

Text Example


Text Example

White with #CE2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2820; }

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

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

background-color css

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

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

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

border-color css

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

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

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