Html Css Color HEX #C7341E Harley Davidson Orange

📋 copy color: '#C7341E'

red 199 ◦ green 52 ◦ blue 30

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

Shades of Harley Davidson Orange #C7341E

Tints of Harley Davidson Orange #C7341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 70.82%
G = 18.51%
B = 10.68%

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

#C7341E (or 0xC7341E) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 1E. RGB value is (199,52,30). Sum of RGB (Red+Green+Blue) = 199+52+30=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7341E is #38CBE1. Grayscale: #5D5D5D. Windows color (decimal): -3722210 or 1979591. OLE color: 1979591.

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

Color convert

RGB 199 52 30 -
CMYK 0 0.74 0.85 0.22
HSL 7.81º 0.74% 0.45% -
HSV(B) 7.81º 0.85% 0.78% -
XYZ 25.02 14.69 2.75 -
YUV 93.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 199 52 30 0 0.74 0.85 0.22 7.81 0.74 0.45
Hex C7 34 1E 0 4A 55 16 8 4A 2D
Octal 307 64 36 0 112 125 26 10 112 55
Binary 11000111 110100 11110 0 1001010 1010101 10110 1000 1001010 101101

Color Harmonies of #C7341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7341E

Black with #C7341E

Text Example


Text Example

White with #C7341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7341E; }

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

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

background-color css

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

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

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

border-color css

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

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

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