Html Css Color HEX #C7301A Harley Davidson Orange

📋 copy color: '#C7301A'

red 199 ◦ green 48 ◦ blue 26

#C7301A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C7301A

Tints of Harley Davidson Orange #C7301A

RGB

 RED value IS 199 (78.13% from 255) = 72.89%

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 72.89%
G = 17.58%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7301A (or 0xC7301A) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 1A. RGB value is (199,48,26). Sum of RGB (Red+Green+Blue) = 199+48+26=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C7301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7301A is #38CFE5. Grayscale: #5A5A5A. Windows color (decimal): -3723238 or 1716423. OLE color: 1716423.

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

Color convert

RGB 199 48 26 -
CMYK 0 0.76 0.87 0.22
HSL 7.63º 0.77% 0.44% -
HSV(B) 7.63º 0.87% 0.78% -
XYZ 24.8 14.33 2.44 -
YUV 90.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 199 48 26 0 0.76 0.87 0.22 7.63 0.77 0.44
Hex C7 30 1A 0 4C 57 16 8 4D 2C
Octal 307 60 32 0 114 127 26 10 115 54
Binary 11000111 110000 11010 0 1001100 1010111 10110 1000 1001101 101100

Color Harmonies of #C7301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7301A

Black with #C7301A

Text Example


Text Example

White with #C7301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7301A; }

 p { color: rgb(199,48,26); }

 H1.HeaderClassName
 {
   color: #C7301A;
 }
 .AnyTagClassName
 {
   color: #C7301A;
 }
</style>

background-color css

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

 a { background-color: rgb(199,48,26); }

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

border-color css

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

 span { border-color: rgb(199,48,26); }

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