#CC261F

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

Shades of Harley Davidson Orange #CC261F

Tints of Harley Davidson Orange #CC261F

Color information

#CC261F (or 0xCC261F) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 26 and 1F. RGB value is (204,38,31). Sum of RGB (Red+Green+Blue) = 204+38+31=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC261F is #33D9E0. Grayscale: #575757. Windows color (decimal): -3398113 or 2041548. OLE color: 2041548.

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

Color convert

RGB2043831-
CMYK00.810.850.2
HSL2.43º73.62%46.08%-
HSV(B)2.43º84.8%80%-
XYZ25.8414.322.7-
YUV86.8496.5211.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 74.73%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=74.73%
G=13.92%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204383100.810.850.22.4373.6246.08
HexCC261F051551424a2e
Octal3144637012112524211256
Binary110011001001101111101010001101010110100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC261F; }

 p { color: rgb(204,38,31); }

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

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

 a { background-color: rgb(204,38,31); }

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

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

 span { border-color: rgb(204,38,31); }

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