#C2431E

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

Shades of Harley Davidson Orange #C2431E

Tints of Harley Davidson Orange #C2431E

Color information

#C2431E (or 0xC2431E) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 43 and 1E. RGB value is (194,67,30). Sum of RGB (Red+Green+Blue) = 194+67+30=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2431E is #3DBCE1. Grayscale: #656565. Windows color (decimal): -4046050 or 1983426. OLE color: 1983426.

HSL color Cylindrical-coordinate representation of color #C2431E: hue angle of 13.54º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2431E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1946730-
CMYK00.650.850.24
HSL13.54º73.21%43.92%-
HSV(B)13.54º84.54%76.08%-
XYZ24.4915.582.94-
YUV100.7688.08194.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.67%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=66.67%
G=23.02%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194673000.650.850.2413.5473.2143.92
HexC2431E0415518e492c
Octal302103360101125301611154
Binary110000101000011111100100000110101011100011101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2431E; }

 p { color: rgb(194,67,30); }

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

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

 a { background-color: rgb(194,67,30); }

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

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

 span { border-color: rgb(194,67,30); }

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