#CF3800

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

Shades of Harley Davidson Orange #CF3800

Tints of Harley Davidson Orange #CF3800

Color information

#CF3800 (or 0xCF3800) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 38 and 00. RGB value is (207,56,0). Sum of RGB (Red+Green+Blue) = 207+56+0=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3800 is #30C7FF. Grayscale: #5F5F5F. Windows color (decimal): -3196928 or 14543. OLE color: 14543.

HSL color Cylindrical-coordinate representation of color #CF3800: hue angle of 16.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF3800 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB207560-
CMYK00.7310.19
HSL16.23º100%40.59%-
HSV(B)16.23º100%81.18%-
XYZ27.1516.091.68-
YUV94.7674.53208.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 78.71%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.71%
G=21.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20756000.7310.1916.2310040.59
HexCF3800496413106429
Octal3177000111144232014451
Binary11001111111000001001001110010010011100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3800; }

 p { color: rgb(207,56,0); }

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

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

 a { background-color: rgb(207,56,0); }

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

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

 span { border-color: rgb(207,56,0); }

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