Html Css Color HEX #C7451D Harley Davidson Orange

📋 copy color: '#C7451D'

red 199 ◦ green 69 ◦ blue 29

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

Shades of Harley Davidson Orange #C7451D

Tints of Harley Davidson Orange #C7451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.76%

R = 67%
G = 23.23%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7451D (or 0xC7451D) is known color: Harley Davidson Orange. HEX triplet: C7, 45 and 1D. RGB value is (199,69,29). Sum of RGB (Red+Green+Blue) = 199+69+29=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7451D is #38BAE2. Grayscale: #676767. Windows color (decimal): -3717859 or 1918407. OLE color: 1918407.

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

Color convert

RGB 199 69 29 -
CMYK 0 0.65 0.85 0.22
HSL 14.12º 0.75% 0.45% -
HSV(B) 14.12º 0.85% 0.78% -
XYZ 25.9 16.49 2.98 -
YUV 103.31 86.07 196.25 -
System Red Green Blue C M Y K H S L
Decimal 199 69 29 0 0.65 0.85 0.22 14.12 0.75 0.45
Hex C7 45 1D 0 41 55 16 E 4B 2D
Octal 307 105 35 0 101 125 26 16 113 55
Binary 11000111 1000101 11101 0 1000001 1010101 10110 1110 1001011 101101

Color Harmonies of #C7451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7451D

Black with #C7451D

Text Example


Text Example

White with #C7451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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