Html Css Color HEX #C7401A Harley Davidson Orange

📋 copy color: '#C7401A'

red 199 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #C7401A

Tints of Harley Davidson Orange #C7401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 68.86%
G = 22.15%
B = 9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7401A (or 0xC7401A) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 1A. RGB value is (199,64,26). Sum of RGB (Red+Green+Blue) = 199+64+26=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C7401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7401A is #38BFE5. Grayscale: #646464. Windows color (decimal): -3719142 or 1720519. OLE color: 1720519.

HSL color Cylindrical-coordinate representation of color #C7401A: hue angle of 13.18º 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 #C7401A is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 26 -
CMYK 0 0.68 0.87 0.22
HSL 13.18º 0.77% 0.44% -
HSV(B) 13.18º 0.87% 0.78% -
XYZ 25.57 15.88 2.7 -
YUV 100.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 199 64 26 0 0.68 0.87 0.22 13.18 0.77 0.44
Hex C7 40 1A 0 44 57 16 D 4D 2C
Octal 307 100 32 0 104 127 26 15 115 54
Binary 11000111 1000000 11010 0 1000100 1010111 10110 1101 1001101 101100

Color Harmonies of #C7401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7401A

Black with #C7401A

Text Example


Text Example

White with #C7401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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