Html Css Color HEX #C53A0A Harley Davidson Orange

📋 copy color: '#C53A0A'

red 197 ◦ green 58 ◦ blue 10

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

Shades of Harley Davidson Orange #C53A0A

Tints of Harley Davidson Orange #C53A0A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 74.34%
G = 21.89%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C53A0A (or 0xC53A0A) is known color: Harley Davidson Orange. HEX triplet: C5, 3A and 0A. RGB value is (197,58,10). Sum of RGB (Red+Green+Blue) = 197+58+10=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53A0A is #3AC5F5. Grayscale: #5E5E5E. Windows color (decimal): -3851766 or 670405. OLE color: 670405.

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

Color convert

RGB 197 58 10 -
CMYK 0 0.71 0.95 0.23
HSL 15.4º 0.9% 0.41% -
HSV(B) 15.4º 0.95% 0.77% -
XYZ 24.59 14.92 1.87 -
YUV 94.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 197 58 10 0 0.71 0.95 0.23 15.4 0.9 0.41
Hex C5 3A A 0 47 5F 17 F 5A 29
Octal 305 72 12 0 107 137 27 17 132 51
Binary 11000101 111010 1010 0 1000111 1011111 10111 1111 1011010 101001

Color Harmonies of #C53A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A0A

Black with #C53A0A

Text Example


Text Example

White with #C53A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A0A; }

 p { color: rgb(197,58,10); }

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

background-color css

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

 a { background-color: rgb(197,58,10); }

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

border-color css

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

 span { border-color: rgb(197,58,10); }

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