Html Css Color HEX #C53C0C Harley Davidson Orange

📋 copy color: '#C53C0C'

red 197 ◦ green 60 ◦ blue 12

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

Shades of Harley Davidson Orange #C53C0C

Tints of Harley Davidson Orange #C53C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.3%

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 73.23%
G = 22.3%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C53C0C (or 0xC53C0C) is known color: Harley Davidson Orange. HEX triplet: C5, 3C and 0C. RGB value is (197,60,12). Sum of RGB (Red+Green+Blue) = 197+60+12=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53C0C is #3AC3F3. Grayscale: #5F5F5F. Windows color (decimal): -3851252 or 801989. OLE color: 801989.

HSL color Cylindrical-coordinate representation of color #C53C0C: hue angle of 15.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C53C0C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 60 12 -
CMYK 0 0.70 0.94 0.23
HSL 15.57º 0.89% 0.41% -
HSV(B) 15.57º 0.94% 0.77% -
XYZ 24.71 15.13 1.97 -
YUV 95.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 197 60 12 0 0.70 0.94 0.23 15.57 0.89 0.41
Hex C5 3C C 0 46 5E 17 10 59 29
Octal 305 74 14 0 106 136 27 20 131 51
Binary 11000101 111100 1100 0 1000110 1011110 10111 10000 1011001 101001

Color Harmonies of #C53C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C0C

Black with #C53C0C

Text Example


Text Example

White with #C53C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C0C; }

 p { color: rgb(197,60,12); }

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

background-color css

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

 a { background-color: rgb(197,60,12); }

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

border-color css

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

 span { border-color: rgb(197,60,12); }

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