Html Css Color HEX #CE2920 Harley Davidson Orange

📋 copy color: '#CE2920'

red 206 ◦ green 41 ◦ blue 32

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

Shades of Harley Davidson Orange #CE2920

Tints of Harley Davidson Orange #CE2920

RGB

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

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

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

R = 73.84%
G = 14.7%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE2920 (or 0xCE2920) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 20. RGB value is (206,41,32). Sum of RGB (Red+Green+Blue) = 206+41+32=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2920 is #31D6DF. Grayscale: #595959. Windows color (decimal): -3266272 or 2107854. OLE color: 2107854.

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

Color convert

RGB 206 41 32 -
CMYK 0 0.80 0.84 0.19
HSL 3.1º 0.73% 0.47% -
HSV(B) 3.1º 0.84% 0.81% -
XYZ 26.51 14.81 2.83 -
YUV 89.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 206 41 32 0 0.80 0.84 0.19 3.1 0.73 0.47
Hex CE 29 20 0 50 54 13 3 49 2F
Octal 316 51 40 0 120 124 23 3 111 57
Binary 11001110 101001 100000 0 1010000 1010100 10011 11 1001001 101111

Color Harmonies of #CE2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2920

Black with #CE2920

Text Example


Text Example

White with #CE2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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