#CB400E

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

Shades of Harley Davidson Orange #CB400E

Tints of Harley Davidson Orange #CB400E

Color information

#CB400E (or 0xCB400E) is unknown color: approx Harley Davidson Orange. HEX triplet: CB, 40 and 0E. RGB value is (203,64,14). Sum of RGB (Red+Green+Blue) = 203+64+14=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB400E is #34BFF1. Grayscale: #646464. Windows color (decimal): -3457010 or 934091. OLE color: 934091.

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

Color convert

RGB2036414-
CMYK00.680.930.20
HSL15.87º87.1%42.55%-
HSV(B)15.87º93.1%79.61%-
XYZ26.5416.42.18-
YUV99.8679.55201.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 72.24%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=72.24%
G=22.78%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203641400.680.930.2015.8787.142.55
HexCB40E0445D1410572b
Octal313100160104135242012753
Binary110010111000000111001000100101110110100100001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB400E; }

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

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

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

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

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

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

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

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