Html Css Color HEX #CE3720 Harley Davidson Orange

📋 copy color: '#CE3720'

red 206 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #CE3720

Tints of Harley Davidson Orange #CE3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 70.31%
G = 18.77%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE3720 (or 0xCE3720) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 20. RGB value is (206,55,32). Sum of RGB (Red+Green+Blue) = 206+55+32=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3720 is #31C8DF. Grayscale: #616161. Windows color (decimal): -3262688 or 2111438. OLE color: 2111438.

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

Color convert

RGB 206 55 32 -
CMYK 0 0.73 0.84 0.19
HSL 7.93º 0.73% 0.47% -
HSV(B) 7.93º 0.84% 0.81% -
XYZ 27.08 15.96 3.02 -
YUV 97.53 91.03 205.37 -
System Red Green Blue C M Y K H S L
Decimal 206 55 32 0 0.73 0.84 0.19 7.93 0.73 0.47
Hex CE 37 20 0 49 54 13 8 49 2F
Octal 316 67 40 0 111 124 23 10 111 57
Binary 11001110 110111 100000 0 1001001 1010100 10011 1000 1001001 101111

Color Harmonies of #CE3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3720

Black with #CE3720

Text Example


Text Example

White with #CE3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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