Html Css Color HEX #C52614 Harley Davidson Orange

📋 copy color: '#C52614'

red 197 ◦ green 38 ◦ blue 20

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

Shades of Harley Davidson Orange #C52614

Tints of Harley Davidson Orange #C52614

RGB

 RED value IS 197 (77.34% from 255) = 77.25%

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 77.25%
G = 14.9%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C52614 (or 0xC52614) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 14. RGB value is (197,38,20). Sum of RGB (Red+Green+Blue) = 197+38+20=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52614 is #3AD9EB. Grayscale: #535353. Windows color (decimal): -3856876 or 1320645. OLE color: 1320645.

HSL color Cylindrical-coordinate representation of color #C52614: hue angle of 6.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C52614 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 38 20 -
CMYK 0 0.81 0.90 0.23
HSL 6.1º 0.82% 0.43% -
HSV(B) 6.1º 0.9% 0.77% -
XYZ 23.85 13.31 1.97 -
YUV 83.49 92.18 208.96 -
System Red Green Blue C M Y K H S L
Decimal 197 38 20 0 0.81 0.90 0.23 6.1 0.82 0.43
Hex C5 26 14 0 51 5A 17 6 52 2B
Octal 305 46 24 0 121 132 27 6 122 53
Binary 11000101 100110 10100 0 1010001 1011010 10111 110 1010010 101011

Color Harmonies of #C52614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52614

Black with #C52614

Text Example


Text Example

White with #C52614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52614; }

 p { color: rgb(197,38,20); }

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

background-color css

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

 a { background-color: rgb(197,38,20); }

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

border-color css

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

 span { border-color: rgb(197,38,20); }

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