Html Css Color HEX #CE2813 Harley Davidson Orange

📋 copy color: '#CE2813'

red 206 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #CE2813

Tints of Harley Davidson Orange #CE2813

RGB

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

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

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

R = 77.74%
G = 15.09%
B = 7.17%

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

#CE2813 (or 0xCE2813) is known color: Harley Davidson Orange. HEX triplet: CE, 28 and 13. RGB value is (206,40,19). Sum of RGB (Red+Green+Blue) = 206+40+19=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2813 is #31D7EC. Grayscale: #575757. Windows color (decimal): -3266541 or 1255630. OLE color: 1255630.

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

Color convert

RGB 206 40 19 -
CMYK 0 0.81 0.91 0.19
HSL 6.74º 0.83% 0.44% -
HSV(B) 6.74º 0.91% 0.81% -
XYZ 26.33 14.69 2.06 -
YUV 87.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 206 40 19 0 0.81 0.91 0.19 6.74 0.83 0.44
Hex CE 28 13 0 51 5B 13 7 53 2C
Octal 316 50 23 0 121 133 23 7 123 54
Binary 11001110 101000 10011 0 1010001 1011011 10011 111 1010011 101100

Color Harmonies of #CE2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2813

Black with #CE2813

Text Example


Text Example

White with #CE2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2813; }

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

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

background-color css

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

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

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

border-color css

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

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

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