Html Css Color HEX #C53B0D Harley Davidson Orange

📋 copy color: '#C53B0D'

red 197 ◦ green 59 ◦ blue 13

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

Shades of Harley Davidson Orange #C53B0D

Tints of Harley Davidson Orange #C53B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

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

R = 73.23%
G = 21.93%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C53B0D (or 0xC53B0D) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 0D. RGB value is (197,59,13). Sum of RGB (Red+Green+Blue) = 197+59+13=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B0D is #3AC4F2. Grayscale: #5F5F5F. Windows color (decimal): -3851507 or 867269. OLE color: 867269.

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

Color convert

RGB 197 59 13 -
CMYK 0 0.70 0.93 0.23
HSL 15º 0.88% 0.41% -
HSV(B) 15º 0.93% 0.77% -
XYZ 24.66 15.03 1.98 -
YUV 95.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 197 59 13 0 0.70 0.93 0.23 15 0.88 0.41
Hex C5 3B D 0 46 5D 17 F 58 29
Octal 305 73 15 0 106 135 27 17 130 51
Binary 11000101 111011 1101 0 1000110 1011101 10111 1111 1011000 101001

Color Harmonies of #C53B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B0D

Black with #C53B0D

Text Example


Text Example

White with #C53B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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