Html Css Color HEX #C52514 Harley Davidson Orange

📋 copy color: '#C52514'

red 197 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #C52514

Tints of Harley Davidson Orange #C52514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 77.56%
G = 14.57%
B = 7.87%

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

#C52514 (or 0xC52514) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 14. RGB value is (197,37,20). Sum of RGB (Red+Green+Blue) = 197+37+20=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C52514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52514 is #3ADAEB. Grayscale: #535353. Windows color (decimal): -3857132 or 1320389. OLE color: 1320389.

HSL color Cylindrical-coordinate representation of color #C52514: hue angle of 5.76º 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 #C52514 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 20 -
CMYK 0 0.81 0.90 0.23
HSL 5.76º 0.82% 0.43% -
HSV(B) 5.76º 0.9% 0.77% -
XYZ 23.81 13.24 1.96 -
YUV 82.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 197 37 20 0 0.81 0.90 0.23 5.76 0.82 0.43
Hex C5 25 14 0 51 5A 17 6 52 2B
Octal 305 45 24 0 121 132 27 6 122 53
Binary 11000101 100101 10100 0 1010001 1011010 10111 110 1010010 101011

Color Harmonies of #C52514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52514

Black with #C52514

Text Example


Text Example

White with #C52514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52514; }

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

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

background-color css

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

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

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

border-color css

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

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

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