Html Css Color HEX #CE3E20 Harley Davidson Orange

📋 copy color: '#CE3E20'

red 206 ◦ green 62 ◦ blue 32

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

Shades of Harley Davidson Orange #CE3E20

Tints of Harley Davidson Orange #CE3E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 68.67%
G = 20.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE3E20 (or 0xCE3E20) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 20. RGB value is (206,62,32). Sum of RGB (Red+Green+Blue) = 206+62+32=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E20 is #31C1DF. Grayscale: #656565. Windows color (decimal): -3260896 or 2113230. OLE color: 2113230.

HSL color Cylindrical-coordinate representation of color #CE3E20: hue angle of 10.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE3E20 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 32 -
CMYK 0 0.70 0.84 0.19
HSL 10.34º 0.73% 0.47% -
HSV(B) 10.34º 0.84% 0.81% -
XYZ 27.44 16.67 3.14 -
YUV 101.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 206 62 32 0 0.70 0.84 0.19 10.34 0.73 0.47
Hex CE 3E 20 0 46 54 13 A 49 2F
Octal 316 76 40 0 106 124 23 12 111 57
Binary 11001110 111110 100000 0 1000110 1010100 10011 1010 1001001 101111

Color Harmonies of #CE3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E20

Black with #CE3E20

Text Example


Text Example

White with #CE3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E20; }

 p { color: rgb(206,62,32); }

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

background-color css

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

 a { background-color: rgb(206,62,32); }

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

border-color css

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

 span { border-color: rgb(206,62,32); }

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