Html Css Color HEX #CE2712 Harley Davidson Orange

📋 copy color: '#CE2712'

red 206 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #CE2712

Tints of Harley Davidson Orange #CE2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 78.33%
G = 14.83%
B = 6.84%

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

#CE2712 (or 0xCE2712) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 12. RGB value is (206,39,18). Sum of RGB (Red+Green+Blue) = 206+39+18=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2712 is #31D8ED. Grayscale: #565656. Windows color (decimal): -3266798 or 1189838. OLE color: 1189838.

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

Color convert

RGB 206 39 18 -
CMYK 0 0.81 0.91 0.19
HSL 6.7º 0.84% 0.44% -
HSV(B) 6.7º 0.91% 0.81% -
XYZ 26.29 14.62 2.01 -
YUV 86.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 206 39 18 0 0.81 0.91 0.19 6.7 0.84 0.44
Hex CE 27 12 0 51 5B 13 7 54 2C
Octal 316 47 22 0 121 133 23 7 124 54
Binary 11001110 100111 10010 0 1010001 1011011 10011 111 1010100 101100

Color Harmonies of #CE2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2712

Black with #CE2712

Text Example


Text Example

White with #CE2712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2712; }

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

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

background-color css

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

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

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

border-color css

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

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

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