Html Css Color HEX #CE3322 Harley Davidson Orange

📋 copy color: '#CE3322'

red 206 ◦ green 51 ◦ blue 34

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

Shades of Harley Davidson Orange #CE3322

Tints of Harley Davidson Orange #CE3322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 70.79%
G = 17.53%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3322 (or 0xCE3322) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 22. RGB value is (206,51,34). Sum of RGB (Red+Green+Blue) = 206+51+34=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3322 is #31CCDD. Grayscale: #5F5F5F. Windows color (decimal): -3263710 or 2241486. OLE color: 2241486.

HSL color Cylindrical-coordinate representation of color #CE3322: hue angle of 5.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE3322 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 34 -
CMYK 0 0.75 0.83 0.19
HSL 5.93º 0.72% 0.47% -
HSV(B) 5.93º 0.83% 0.81% -
XYZ 26.93 15.6 3.11 -
YUV 95.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 206 51 34 0 0.75 0.83 0.19 5.93 0.72 0.47
Hex CE 33 22 0 4B 53 13 6 48 2F
Octal 316 63 42 0 113 123 23 6 110 57
Binary 11001110 110011 100010 0 1001011 1010011 10011 110 1001000 101111

Color Harmonies of #CE3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3322

Black with #CE3322

Text Example


Text Example

White with #CE3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3322; }

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

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

background-color css

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

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

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

border-color css

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

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

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