#C23007

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

Shades of Harley Davidson Orange #C23007

Tints of Harley Davidson Orange #C23007

Color information

#C23007 (or 0xC23007) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 30 and 07. RGB value is (194,48,7). Sum of RGB (Red+Green+Blue) = 194+48+7=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C23007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23007 is #3DCFF8. Grayscale: #575757. Windows color (decimal): -4050937 or 471234. OLE color: 471234.

HSL color Cylindrical-coordinate representation of color #C23007: hue angle of 13.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C23007 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB194487-
CMYK00.750.960.24
HSL13.16º93.03%39.41%-
HSV(B)13.16º96.39%76.08%-
XYZ23.3413.61.6-
YUV86.9882.87204.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 77.91%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 7 (3.12% from 255) = 2.81%
R=77.91%
G=19.28%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19448700.750.960.2413.1693.0339.41
HexC230704B6018d5d27
Octal3026070113140301513547
Binary110000101100001110100101111000001100011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23007; }

 p { color: rgb(194,48,7); }

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

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

 a { background-color: rgb(194,48,7); }

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

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

 span { border-color: rgb(194,48,7); }

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