#CB3003

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

Shades of Harley Davidson Orange #CB3003

Tints of Harley Davidson Orange #CB3003

Color information

#CB3003 (or 0xCB3003) is unknown color: approx Harley Davidson Orange. HEX triplet: CB, 30 and 03. RGB value is (203,48,3). Sum of RGB (Red+Green+Blue) = 203+48+3=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3003 is #34CFFC. Grayscale: #595959. Windows color (decimal): -3461117 or 209099. OLE color: 209099.

HSL color Cylindrical-coordinate representation of color #CB3003: hue angle of 13.5º 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 #CB3003 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB203483-
CMYK00.760.990.20
HSL13.5º97.09%40.39%-
HSV(B)13.5º98.52%79.61%-
XYZ25.714.821.59-
YUV89.2179.35209.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 79.92%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 3 (1.56% from 255) = 1.18%
R=79.92%
G=18.90%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20348300.760.990.2013.597.0940.39
HexCB30304C6314e6128
Octal3136030114143241614150
Binary11001011110000110100110011000111010011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3003; }

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

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

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

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

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

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

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

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