#CF3000

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

Shades of Harley Davidson Orange #CF3000

Tints of Harley Davidson Orange #CF3000

Color information

#CF3000 (or 0xCF3000) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 30 and 00. RGB value is (207,48,0). Sum of RGB (Red+Green+Blue) = 207+48+0=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3000 is #30CFFF. Grayscale: #5A5A5A. Windows color (decimal): -3198976 or 12495. OLE color: 12495.

HSL color Cylindrical-coordinate representation of color #CF3000: hue angle of 13.91º 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 #CF3000 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB207480-
CMYK00.7710.19
HSL13.91º100%40.59%-
HSV(B)13.91º100%81.18%-
XYZ26.7915.381.56-
YUV90.0777.18211.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 81.18%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.18%
G=18.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20748000.7710.1913.9110040.59
HexCF30004D6413e6429
Octal3176000115144231614451
Binary1100111111000000100110111001001001111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3000; }

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

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

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

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

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

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

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

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