#CE4421

Color #CE4421 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CE4421

Tints of Harley Davidson Orange #CE4421

Color information

#CE4421 (or 0xCE4421) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 44 and 21. RGB value is (206,68,33). Sum of RGB (Red+Green+Blue) = 206+68+33=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4421 is #31BBDE. Grayscale: #696969. Windows color (decimal): -3259359 or 2180302. OLE color: 2180302.

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

Color convert

RGB2066833-
CMYK00.670.840.19
HSL12.14º72.38%46.86%-
HSV(B)12.14º83.98%80.78%-
XYZ27.817.373.33-
YUV105.2787.22199.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.10%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=67.10%
G=22.15%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206683300.670.840.1912.1472.3846.86
HexCE44210435413c482f
Octal316104410103124231411057
Binary1100111010001001000010100001110101001001111001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4421; }

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

 H1.HeaderClassName
 {
   color: #CE4421;
 }
 .AnyTagClassName
 {
   color: #CE4421;
 }
</style>
background-color css

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

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

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

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

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

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