#CF271D

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

Shades of Harley Davidson Orange #CF271D

Tints of Harley Davidson Orange #CF271D

Color information

#CF271D (or 0xCF271D) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 27 and 1D. RGB value is (207,39,29). Sum of RGB (Red+Green+Blue) = 207+39+29=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF271D is #30D8E2. Grayscale: #585858. Windows color (decimal): -3201251 or 1910735. OLE color: 1910735.

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

Color convert

RGB2073929-
CMYK00.810.860.19
HSL3.37º75.42%46.27%-
HSV(B)3.37º85.99%81.18%-
XYZ26.6814.812.61-
YUV88.0994.66212.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75.27%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=75.27%
G=14.18%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207392900.810.860.193.3775.4246.27
HexCF271D051561334b2e
Octal3174735012112623311356
Binary110011111001111110101010001101011010011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF271D; }

 p { color: rgb(207,39,29); }

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

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

 a { background-color: rgb(207,39,29); }

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

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

 span { border-color: rgb(207,39,29); }

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