Html Css Color HEX #C7451A Harley Davidson Orange

📋 copy color: '#C7451A'

red 199 ◦ green 69 ◦ blue 26

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

Shades of Harley Davidson Orange #C7451A

Tints of Harley Davidson Orange #C7451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 67.69%
G = 23.47%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7451A (or 0xC7451A) is known color: Harley Davidson Orange. HEX triplet: C7, 45 and 1A. RGB value is (199,69,26). Sum of RGB (Red+Green+Blue) = 199+69+26=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7451A is #38BAE5. Grayscale: #676767. Windows color (decimal): -3717862 or 1721799. OLE color: 1721799.

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

Color convert

RGB 199 69 26 -
CMYK 0 0.65 0.87 0.22
HSL 14.91º 0.77% 0.44% -
HSV(B) 14.91º 0.87% 0.78% -
XYZ 25.87 16.47 2.79 -
YUV 102.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 199 69 26 0 0.65 0.87 0.22 14.91 0.77 0.44
Hex C7 45 1A 0 41 57 16 F 4D 2C
Octal 307 105 32 0 101 127 26 17 115 54
Binary 11000111 1000101 11010 0 1000001 1010111 10110 1111 1001101 101100

Color Harmonies of #C7451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7451A

Black with #C7451A

Text Example


Text Example

White with #C7451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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