Html Css Color HEX #CE3620 Harley Davidson Orange

📋 copy color: '#CE3620'

red 206 ◦ green 54 ◦ blue 32

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

Shades of Harley Davidson Orange #CE3620

Tints of Harley Davidson Orange #CE3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 70.55%
G = 18.49%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE3620 (or 0xCE3620) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 20. RGB value is (206,54,32). Sum of RGB (Red+Green+Blue) = 206+54+32=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3620 is #31C9DF. Grayscale: #616161. Windows color (decimal): -3262944 or 2111182. OLE color: 2111182.

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

Color convert

RGB 206 54 32 -
CMYK 0 0.74 0.84 0.19
HSL 7.59º 0.73% 0.47% -
HSV(B) 7.59º 0.84% 0.81% -
XYZ 27.03 15.86 3 -
YUV 96.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 206 54 32 0 0.74 0.84 0.19 7.59 0.73 0.47
Hex CE 36 20 0 4A 54 13 8 49 2F
Octal 316 66 40 0 112 124 23 10 111 57
Binary 11001110 110110 100000 0 1001010 1010100 10011 1000 1001001 101111

Color Harmonies of #CE3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3620

Black with #CE3620

Text Example


Text Example

White with #CE3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3620; }

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

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

background-color css

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

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

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

border-color css

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

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

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