Html Css Color HEX #CE2012 Harley Davidson Orange

📋 copy color: '#CE2012'

red 206 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #CE2012

Tints of Harley Davidson Orange #CE2012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 80.47%
G = 12.5%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE2012 (or 0xCE2012) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 12. RGB value is (206,32,18). Sum of RGB (Red+Green+Blue) = 206+32+18=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2012 is #31DFED. Grayscale: #525252. Windows color (decimal): -3268590 or 1188046. OLE color: 1188046.

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

Color convert

RGB 206 32 18 -
CMYK 0 0.84 0.91 0.19
HSL 4.47º 0.84% 0.44% -
HSV(B) 4.47º 0.91% 0.81% -
XYZ 26.08 14.2 1.94 -
YUV 82.43 91.65 216.14 -
System Red Green Blue C M Y K H S L
Decimal 206 32 18 0 0.84 0.91 0.19 4.47 0.84 0.44
Hex CE 20 12 0 54 5B 13 4 54 2C
Octal 316 40 22 0 124 133 23 4 124 54
Binary 11001110 100000 10010 0 1010100 1011011 10011 100 1010100 101100

Color Harmonies of #CE2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2012

Black with #CE2012

Text Example


Text Example

White with #CE2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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