Html Css Color HEX #C53316 Harley Davidson Orange

📋 copy color: '#C53316'

red 197 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #C53316

Tints of Harley Davidson Orange #C53316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 72.96%
G = 18.89%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53316 (or 0xC53316) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 16. RGB value is (197,51,22). Sum of RGB (Red+Green+Blue) = 197+51+22=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C53316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53316 is #3ACCE9. Grayscale: #5B5B5B. Windows color (decimal): -3853546 or 1455045. OLE color: 1455045.

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

Color convert

RGB 197 51 22 -
CMYK 0 0.74 0.89 0.23
HSL 9.94º 0.8% 0.43% -
HSV(B) 9.94º 0.89% 0.77% -
XYZ 24.35 14.3 2.23 -
YUV 91.35 88.87 203.36 -
System Red Green Blue C M Y K H S L
Decimal 197 51 22 0 0.74 0.89 0.23 9.94 0.8 0.43
Hex C5 33 16 0 4A 59 17 A 50 2B
Octal 305 63 26 0 112 131 27 12 120 53
Binary 11000101 110011 10110 0 1001010 1011001 10111 1010 1010000 101011

Color Harmonies of #C53316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53316

Black with #C53316

Text Example


Text Example

White with #C53316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53316; }

 p { color: rgb(197,51,22); }

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

background-color css

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

 a { background-color: rgb(197,51,22); }

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

border-color css

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

 span { border-color: rgb(197,51,22); }

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