#CB4003

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

Shades of Harley Davidson Orange #CB4003

Tints of Harley Davidson Orange #CB4003

Color information

#CB4003 (or 0xCB4003) is unknown color: approx Harley Davidson Orange. HEX triplet: CB, 40 and 03. RGB value is (203,64,3). Sum of RGB (Red+Green+Blue) = 203+64+3=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4003 is #34BFFC. Grayscale: #626262. Windows color (decimal): -3457021 or 213195. OLE color: 213195.

HSL color Cylindrical-coordinate representation of color #CB4003: hue angle of 18.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB4003 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB203643-
CMYK00.680.990.20
HSL18.3º97.09%40.39%-
HSV(B)18.3º98.52%79.61%-
XYZ26.4816.371.85-
YUV98.6174.05202.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.19%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=75.19%
G=23.70%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20364300.680.990.2018.397.0940.39
HexCB4030446314126128
Octal31310030104143242214150
Binary1100101110000001101000100110001110100100101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4003; }

 p { color: rgb(203,64,3); }

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

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

 a { background-color: rgb(203,64,3); }

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

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

 span { border-color: rgb(203,64,3); }

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