#C72E1E

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

Shades of Harley Davidson Orange #C72E1E

Tints of Harley Davidson Orange #C72E1E

Color information

#C72E1E (or 0xC72E1E) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 2E and 1E. RGB value is (199,46,30). Sum of RGB (Red+Green+Blue) = 199+46+30=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72E1E is #38D1E1. Grayscale: #5A5A5A. Windows color (decimal): -3723746 or 1978055. OLE color: 1978055.

HSL color Cylindrical-coordinate representation of color #C72E1E: hue angle of 5.68º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C72E1E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB1994630-
CMYK00.770.850.22
HSL5.68º73.8%44.9%-
HSV(B)5.68º84.92%78.04%-
XYZ24.7614.192.66-
YUV89.9294.19205.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.36%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=72.36%
G=16.73%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199463000.770.850.225.6873.844.9
HexC72E1E04D551664a2d
Octal3075636011512526611255
Binary1100011110111011110010011011010101101101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72E1E; }

 p { color: rgb(199,46,30); }

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

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

 a { background-color: rgb(199,46,30); }

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

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

 span { border-color: rgb(199,46,30); }

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