#CB481A

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

Shades of Harley Davidson Orange #CB481A

Tints of Harley Davidson Orange #CB481A

Color information

#CB481A (or 0xCB481A) is unknown color: approx Harley Davidson Orange. HEX triplet: CB, 48 and 1A. RGB value is (203,72,26). Sum of RGB (Red+Green+Blue) = 203+72+26=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB481A is #34B7E5. Grayscale: #6A6A6A. Windows color (decimal): -3454950 or 1722571. OLE color: 1722571.

HSL color Cylindrical-coordinate representation of color #CB481A: hue angle of 15.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB481A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB2037226-
CMYK00.650.870.20
HSL15.59º77.29%44.9%-
HSV(B)15.59º87.19%79.61%-
XYZ27.1317.412.91-
YUV105.9282.9197.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=67.44%
G=23.92%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203722600.650.870.2015.5977.2944.9
HexCB481A0415714104d2d
Octal313110320101127242011555
Binary1100101110010001101001000001101011110100100001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB481A; }

 p { color: rgb(203,72,26); }

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

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

 a { background-color: rgb(203,72,26); }

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

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

 span { border-color: rgb(203,72,26); }

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