#CF3005

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

Shades of Harley Davidson Orange #CF3005

Tints of Harley Davidson Orange #CF3005

Color information

#CF3005 (or 0xCF3005) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 30 and 05. RGB value is (207,48,5). Sum of RGB (Red+Green+Blue) = 207+48+5=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3005 is #30CFFA. Grayscale: #5A5A5A. Windows color (decimal): -3198971 or 340175. OLE color: 340175.

HSL color Cylindrical-coordinate representation of color #CF3005: hue angle of 12.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF3005 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB207485-
CMYK00.770.980.19
HSL12.77º95.28%41.57%-
HSV(B)12.77º97.58%81.18%-
XYZ26.8215.391.7-
YUV90.6479.68211-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 79.62%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=79.62%
G=18.46%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20748500.770.980.1912.7795.2841.57
HexCF30504D6213d5f2a
Octal3176050115142231513752
Binary110011111100001010100110111000101001111011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3005; }

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

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

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

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

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

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

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

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