Html Css Color HEX #CE2812 Harley Davidson Orange

📋 copy color: '#CE2812'

red 206 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #CE2812

Tints of Harley Davidson Orange #CE2812

RGB

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

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

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

R = 78.03%
G = 15.15%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE2812 (or 0xCE2812) is known color: Harley Davidson Orange. HEX triplet: CE, 28 and 12. RGB value is (206,40,18). Sum of RGB (Red+Green+Blue) = 206+40+18=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2812 is #31D7ED. Grayscale: #575757. Windows color (decimal): -3266542 or 1190094. OLE color: 1190094.

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

Color convert

RGB 206 40 18 -
CMYK 0 0.81 0.91 0.19
HSL 7.02º 0.84% 0.44% -
HSV(B) 7.02º 0.91% 0.81% -
XYZ 26.32 14.68 2.02 -
YUV 87.13 89 212.79 -
System Red Green Blue C M Y K H S L
Decimal 206 40 18 0 0.81 0.91 0.19 7.02 0.84 0.44
Hex CE 28 12 0 51 5B 13 7 54 2C
Octal 316 50 22 0 121 133 23 7 124 54
Binary 11001110 101000 10010 0 1010001 1011011 10011 111 1010100 101100

Color Harmonies of #CE2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2812

Black with #CE2812

Text Example


Text Example

White with #CE2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2812; }

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

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

background-color css

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

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

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

border-color css

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

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

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