Html Css Color HEX #C53203 Harley Davidson Orange

📋 copy color: '#C53203'

red 197 ◦ green 50 ◦ blue 3

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

Shades of Harley Davidson Orange #C53203

Tints of Harley Davidson Orange #C53203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 78.8%
G = 20%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C53203 (or 0xC53203) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 03. RGB value is (197,50,3). Sum of RGB (Red+Green+Blue) = 197+50+3=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C53203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53203 is #3ACDFC. Grayscale: #585858. Windows color (decimal): -3853821 or 209605. OLE color: 209605.

HSL color Cylindrical-coordinate representation of color #C53203: hue angle of 14.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C53203 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 3 -
CMYK 0 0.75 0.98 0.23
HSL 14.54º 0.97% 0.39% -
HSV(B) 14.54º 0.98% 0.77% -
XYZ 24.18 14.16 1.54 -
YUV 88.6 79.7 205.32 -
System Red Green Blue C M Y K H S L
Decimal 197 50 3 0 0.75 0.98 0.23 14.54 0.97 0.39
Hex C5 32 3 0 4B 62 17 F 61 27
Octal 305 62 3 0 113 142 27 17 141 47
Binary 11000101 110010 11 0 1001011 1100010 10111 1111 1100001 100111

Color Harmonies of #C53203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53203

Black with #C53203

Text Example


Text Example

White with #C53203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53203; }

 p { color: rgb(197,50,3); }

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

background-color css

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

 a { background-color: rgb(197,50,3); }

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

border-color css

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

 span { border-color: rgb(197,50,3); }

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