Html Css Color HEX #CE3A20 Harley Davidson Orange

📋 copy color: '#CE3A20'

red 206 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #CE3A20

Tints of Harley Davidson Orange #CE3A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 69.59%
G = 19.59%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE3A20 (or 0xCE3A20) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 20. RGB value is (206,58,32). Sum of RGB (Red+Green+Blue) = 206+58+32=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A20 is #31C5DF. Grayscale: #636363. Windows color (decimal): -3261920 or 2112206. OLE color: 2112206.

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

Color convert

RGB 206 58 32 -
CMYK 0 0.72 0.84 0.19
HSL 8.97º 0.73% 0.47% -
HSV(B) 8.97º 0.84% 0.81% -
XYZ 27.23 16.25 3.07 -
YUV 99.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 206 58 32 0 0.72 0.84 0.19 8.97 0.73 0.47
Hex CE 3A 20 0 48 54 13 9 49 2F
Octal 316 72 40 0 110 124 23 11 111 57
Binary 11001110 111010 100000 0 1001000 1010100 10011 1001 1001001 101111

Color Harmonies of #CE3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A20

Black with #CE3A20

Text Example


Text Example

White with #CE3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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