Html Css Color HEX #C53A0D Harley Davidson Orange

📋 copy color: '#C53A0D'

red 197 ◦ green 58 ◦ blue 13

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

Shades of Harley Davidson Orange #C53A0D

Tints of Harley Davidson Orange #C53A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 73.51%
G = 21.64%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C53A0D (or 0xC53A0D) is known color: Harley Davidson Orange. HEX triplet: C5, 3A and 0D. RGB value is (197,58,13). Sum of RGB (Red+Green+Blue) = 197+58+13=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53A0D is #3AC5F2. Grayscale: #5E5E5E. Windows color (decimal): -3851763 or 867013. OLE color: 867013.

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

Color convert

RGB 197 58 13 -
CMYK 0 0.71 0.93 0.23
HSL 14.67º 0.88% 0.41% -
HSV(B) 14.67º 0.93% 0.77% -
XYZ 24.61 14.93 1.96 -
YUV 94.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 197 58 13 0 0.71 0.93 0.23 14.67 0.88 0.41
Hex C5 3A D 0 47 5D 17 F 58 29
Octal 305 72 15 0 107 135 27 17 130 51
Binary 11000101 111010 1101 0 1000111 1011101 10111 1111 1011000 101001

Color Harmonies of #C53A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A0D

Black with #C53A0D

Text Example


Text Example

White with #C53A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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