Html Css Color HEX #C7411A Harley Davidson Orange

📋 copy color: '#C7411A'

red 199 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #C7411A

Tints of Harley Davidson Orange #C7411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 68.62%
G = 22.41%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7411A (or 0xC7411A) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 1A. RGB value is (199,65,26). Sum of RGB (Red+Green+Blue) = 199+65+26=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C7411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7411A is #38BEE5. Grayscale: #646464. Windows color (decimal): -3718886 or 1720775. OLE color: 1720775.

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

Color convert

RGB 199 65 26 -
CMYK 0 0.67 0.87 0.22
HSL 13.53º 0.77% 0.44% -
HSV(B) 13.53º 0.87% 0.78% -
XYZ 25.63 16 2.71 -
YUV 100.62 85.89 198.17 -
System Red Green Blue C M Y K H S L
Decimal 199 65 26 0 0.67 0.87 0.22 13.53 0.77 0.44
Hex C7 41 1A 0 43 57 16 E 4D 2C
Octal 307 101 32 0 103 127 26 16 115 54
Binary 11000111 1000001 11010 0 1000011 1010111 10110 1110 1001101 101100

Color Harmonies of #C7411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7411A

Black with #C7411A

Text Example


Text Example

White with #C7411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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