Html Css Color HEX #CE2913 Harley Davidson Orange

📋 copy color: '#CE2913'

red 206 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #CE2913

Tints of Harley Davidson Orange #CE2913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 77.44%
G = 15.41%
B = 7.14%

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

#CE2913 (or 0xCE2913) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 13. RGB value is (206,41,19). Sum of RGB (Red+Green+Blue) = 206+41+19=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2913 is #31D6EC. Grayscale: #585858. Windows color (decimal): -3266285 or 1255886. OLE color: 1255886.

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

Color convert

RGB 206 41 19 -
CMYK 0 0.80 0.91 0.19
HSL 7.06º 0.83% 0.44% -
HSV(B) 7.06º 0.91% 0.81% -
XYZ 26.36 14.75 2.07 -
YUV 87.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 206 41 19 0 0.80 0.91 0.19 7.06 0.83 0.44
Hex CE 29 13 0 50 5B 13 7 53 2C
Octal 316 51 23 0 120 133 23 7 123 54
Binary 11001110 101001 10011 0 1010000 1011011 10011 111 1010011 101100

Color Harmonies of #CE2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2913

Black with #CE2913

Text Example


Text Example

White with #CE2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2913; }

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

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

background-color css

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

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

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

border-color css

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

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

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