Html Css Color HEX #C7351C Harley Davidson Orange

📋 copy color: '#C7351C'

red 199 ◦ green 53 ◦ blue 28

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

Shades of Harley Davidson Orange #C7351C

Tints of Harley Davidson Orange #C7351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 71.07%
G = 18.93%
B = 10%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7351C (or 0xC7351C) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 1C. RGB value is (199,53,28). Sum of RGB (Red+Green+Blue) = 199+53+28=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7351C is #38CAE3. Grayscale: #5E5E5E. Windows color (decimal): -3721956 or 1848775. OLE color: 1848775.

HSL color Cylindrical-coordinate representation of color #C7351C: hue angle of 8.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7351C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 28 -
CMYK 0 0.73 0.86 0.22
HSL 8.77º 0.75% 0.45% -
HSV(B) 8.77º 0.86% 0.78% -
XYZ 25.04 14.77 2.63 -
YUV 93.8 90.87 203.03 -
System Red Green Blue C M Y K H S L
Decimal 199 53 28 0 0.73 0.86 0.22 8.77 0.75 0.45
Hex C7 35 1C 0 49 56 16 9 4B 2D
Octal 307 65 34 0 111 126 26 11 113 55
Binary 11000111 110101 11100 0 1001001 1010110 10110 1001 1001011 101101

Color Harmonies of #C7351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7351C

Black with #C7351C

Text Example


Text Example

White with #C7351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7351C; }

 p { color: rgb(199,53,28); }

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

background-color css

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

 a { background-color: rgb(199,53,28); }

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

border-color css

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

 span { border-color: rgb(199,53,28); }

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