#CC251F

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

Shades of Harley Davidson Orange #CC251F

Tints of Harley Davidson Orange #CC251F

Color information

#CC251F (or 0xCC251F) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 25 and 1F. RGB value is (204,37,31). Sum of RGB (Red+Green+Blue) = 204+37+31=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC251F is #33DAE0. Grayscale: #565656. Windows color (decimal): -3398369 or 2041292. OLE color: 2041292.

HSL color Cylindrical-coordinate representation of color #CC251F: hue angle of 2.08º 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 #CC251F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB2043731-
CMYK00.820.850.2
HSL2.08º73.62%46.08%-
HSV(B)2.08º84.8%80%-
XYZ25.8114.262.69-
YUV86.2596.83211.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=75%
G=13.60%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204373100.820.850.22.0873.6246.08
HexCC251F052551424a2e
Octal3144537012212524211256
Binary110011001001011111101010010101010110100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC251F; }

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

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

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

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

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

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

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

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