Html Css Color HEX #CE3321 Harley Davidson Orange

📋 copy color: '#CE3321'

red 206 ◦ green 51 ◦ blue 33

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

Shades of Harley Davidson Orange #CE3321

Tints of Harley Davidson Orange #CE3321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 71.03%
G = 17.59%
B = 11.38%

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

#CE3321 (or 0xCE3321) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 21. RGB value is (206,51,33). Sum of RGB (Red+Green+Blue) = 206+51+33=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3321 is #31CCDE. Grayscale: #5F5F5F. Windows color (decimal): -3263711 or 2175950. OLE color: 2175950.

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

Color convert

RGB 206 51 33 -
CMYK 0 0.75 0.84 0.19
HSL 6.24º 0.72% 0.47% -
HSV(B) 6.24º 0.84% 0.81% -
XYZ 26.91 15.6 3.03 -
YUV 95.29 92.85 206.96 -
System Red Green Blue C M Y K H S L
Decimal 206 51 33 0 0.75 0.84 0.19 6.24 0.72 0.47
Hex CE 33 21 0 4B 54 13 6 48 2F
Octal 316 63 41 0 113 124 23 6 110 57
Binary 11001110 110011 100001 0 1001011 1010100 10011 110 1001000 101111

Color Harmonies of #CE3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3321

Black with #CE3321

Text Example


Text Example

White with #CE3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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