#CC251A

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

Shades of Harley Davidson Orange #CC251A

Tints of Harley Davidson Orange #CC251A

Color information

#CC251A (or 0xCC251A) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 25 and 1A. RGB value is (204,37,26). Sum of RGB (Red+Green+Blue) = 204+37+26=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC251A is #33DAE5. Grayscale: #555555. Windows color (decimal): -3398374 or 1713612. OLE color: 1713612.

HSL color Cylindrical-coordinate representation of color #CC251A: hue angle of 3.71º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC251A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2043726-
CMYK00.820.870.2
HSL3.71º77.39%45.1%-
HSV(B)3.71º87.25%80%-
XYZ25.7514.242.37-
YUV85.6894.33212.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 76.40%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=76.40%
G=13.86%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204372600.820.870.23.7177.3945.1
HexCC251A052571444d2d
Octal3144532012212724411555
Binary1100110010010111010010100101010111101001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC251A; }

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

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

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

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

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

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

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

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