#CD271C

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

Shades of Harley Davidson Orange #CD271C

Tints of Harley Davidson Orange #CD271C

Color information

#CD271C (or 0xCD271C) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 27 and 1C. RGB value is (205,39,28). Sum of RGB (Red+Green+Blue) = 205+39+28=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD271C is #32D8E3. Grayscale: #575757. Windows color (decimal): -3332324 or 1845197. OLE color: 1845197.

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

Color convert

RGB2053928-
CMYK00.810.860.20
HSL3.73º75.97%45.69%-
HSV(B)3.73º86.34%80.39%-
XYZ26.1114.512.52-
YUV87.3894.5211.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 75.37%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=75.37%
G=14.34%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205392800.810.860.203.7375.9745.69
HexCD271C051561444c2e
Octal3154734012112624411456
Binary1100110110011111100010100011010110101001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD271C; }

 p { color: rgb(205,39,28); }

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

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

 a { background-color: rgb(205,39,28); }

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

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

 span { border-color: rgb(205,39,28); }

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