Html Css Color HEX #CE2912 Harley Davidson Orange

📋 copy color: '#CE2912'

red 206 ◦ green 41 ◦ blue 18

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

Shades of Harley Davidson Orange #CE2912

Tints of Harley Davidson Orange #CE2912

RGB

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

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

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

R = 77.74%
G = 15.47%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE2912 (or 0xCE2912) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 12. RGB value is (206,41,18). Sum of RGB (Red+Green+Blue) = 206+41+18=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2912 is #31D6ED. Grayscale: #575757. Windows color (decimal): -3266286 or 1190350. OLE color: 1190350.

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

Color convert

RGB 206 41 18 -
CMYK 0 0.80 0.91 0.19
HSL 7.34º 0.84% 0.44% -
HSV(B) 7.34º 0.91% 0.81% -
XYZ 26.36 14.75 2.03 -
YUV 87.71 88.66 212.37 -
System Red Green Blue C M Y K H S L
Decimal 206 41 18 0 0.80 0.91 0.19 7.34 0.84 0.44
Hex CE 29 12 0 50 5B 13 7 54 2C
Octal 316 51 22 0 120 133 23 7 124 54
Binary 11001110 101001 10010 0 1010000 1011011 10011 111 1010100 101100

Color Harmonies of #CE2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2912

Black with #CE2912

Text Example


Text Example

White with #CE2912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2912; }

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

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

background-color css

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

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

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

border-color css

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

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

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