Html Css Color HEX #C52414 Harley Davidson Orange

📋 copy color: '#C52414'

red 197 ◦ green 36 ◦ blue 20

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

Shades of Harley Davidson Orange #C52414

Tints of Harley Davidson Orange #C52414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

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

R = 77.87%
G = 14.23%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C52414 (or 0xC52414) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 14. RGB value is (197,36,20). Sum of RGB (Red+Green+Blue) = 197+36+20=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C52414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52414 is #3ADBEB. Grayscale: #525252. Windows color (decimal): -3857388 or 1320133. OLE color: 1320133.

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

Color convert

RGB 197 36 20 -
CMYK 0 0.82 0.90 0.23
HSL 5.42º 0.82% 0.43% -
HSV(B) 5.42º 0.9% 0.77% -
XYZ 23.78 13.18 1.95 -
YUV 82.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 197 36 20 0 0.82 0.90 0.23 5.42 0.82 0.43
Hex C5 24 14 0 52 5A 17 5 52 2B
Octal 305 44 24 0 122 132 27 5 122 53
Binary 11000101 100100 10100 0 1010010 1011010 10111 101 1010010 101011

Color Harmonies of #C52414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52414

Black with #C52414

Text Example


Text Example

White with #C52414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52414; }

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

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

background-color css

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

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

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

border-color css

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

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

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