Html Css Color HEX #CE3320 Harley Davidson Orange

📋 copy color: '#CE3320'

red 206 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #CE3320

Tints of Harley Davidson Orange #CE3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 71.28%
G = 17.65%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE3320 (or 0xCE3320) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 20. RGB value is (206,51,32). Sum of RGB (Red+Green+Blue) = 206+51+32=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3320 is #31CCDF. Grayscale: #5F5F5F. Windows color (decimal): -3263712 or 2110414. OLE color: 2110414.

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

Color convert

RGB 206 51 32 -
CMYK 0 0.75 0.84 0.19
HSL 6.55º 0.73% 0.47% -
HSV(B) 6.55º 0.84% 0.81% -
XYZ 26.9 15.59 2.96 -
YUV 95.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 206 51 32 0 0.75 0.84 0.19 6.55 0.73 0.47
Hex CE 33 20 0 4B 54 13 7 49 2F
Octal 316 63 40 0 113 124 23 7 111 57
Binary 11001110 110011 100000 0 1001011 1010100 10011 111 1001001 101111

Color Harmonies of #CE3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3320

Black with #CE3320

Text Example


Text Example

White with #CE3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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