Html Css Color HEX #C7341D Harley Davidson Orange

📋 copy color: '#C7341D'

red 199 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #C7341D

Tints of Harley Davidson Orange #C7341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

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

R = 71.07%
G = 18.57%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7341D (or 0xC7341D) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 1D. RGB value is (199,52,29). Sum of RGB (Red+Green+Blue) = 199+52+29=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7341D is #38CBE2. Grayscale: #5D5D5D. Windows color (decimal): -3722211 or 1914055. OLE color: 1914055.

HSL color Cylindrical-coordinate representation of color #C7341D: hue angle of 8.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 #C7341D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 52 29 -
CMYK 0 0.74 0.85 0.22
HSL 8.12º 0.75% 0.45% -
HSV(B) 8.12º 0.85% 0.78% -
XYZ 25 14.69 2.68 -
YUV 93.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 199 52 29 0 0.74 0.85 0.22 8.12 0.75 0.45
Hex C7 34 1D 0 4A 55 16 8 4B 2D
Octal 307 64 35 0 112 125 26 10 113 55
Binary 11000111 110100 11101 0 1001010 1010101 10110 1000 1001011 101101

Color Harmonies of #C7341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7341D

Black with #C7341D

Text Example


Text Example

White with #C7341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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