#CB210C

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

Shades of Harley Davidson Orange #CB210C

Tints of Harley Davidson Orange #CB210C

Color information

#CB210C (or 0xCB210C) is unknown color: approx Harley Davidson Orange. HEX triplet: CB, 21 and 0C. RGB value is (203,33,12). Sum of RGB (Red+Green+Blue) = 203+33+12=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB210C is #34DEF3. Grayscale: #515151. Windows color (decimal): -3464948 or 795083. OLE color: 795083.

HSL color Cylindrical-coordinate representation of color #CB210C: hue angle of 6.6º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB2033312-
CMYK00.840.940.20
HSL6.6º88.84%42.16%-
HSV(B)6.6º94.09%79.61%-
XYZ25.2413.811.68-
YUV81.4488.82214.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 81.85%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=81.85%
G=13.31%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203331200.840.940.206.688.8442.16
HexCB21C0545E147592a
Octal3134114012413624713152
Binary110010111000011100010101001011110101001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB210C; }

 p { color: rgb(203,33,12); }

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

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

 a { background-color: rgb(203,33,12); }

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

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

 span { border-color: rgb(203,33,12); }

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