Html Css Color HEX #C53405 Harley Davidson Orange

📋 copy color: '#C53405'

red 197 ◦ green 52 ◦ blue 5

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

Shades of Harley Davidson Orange #C53405

Tints of Harley Davidson Orange #C53405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 77.56%
G = 20.47%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53405 (or 0xC53405) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 05. RGB value is (197,52,5). Sum of RGB (Red+Green+Blue) = 197+52+5=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53405 is #3ACBFA. Grayscale: #5A5A5A. Windows color (decimal): -3853307 or 341189. OLE color: 341189.

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

Color convert

RGB 197 52 5 -
CMYK 0 0.74 0.97 0.23
HSL 14.69º 0.95% 0.4% -
HSV(B) 14.69º 0.97% 0.77% -
XYZ 24.28 14.34 1.63 -
YUV 90 80.04 204.32 -
System Red Green Blue C M Y K H S L
Decimal 197 52 5 0 0.74 0.97 0.23 14.69 0.95 0.4
Hex C5 34 5 0 4A 61 17 F 5F 28
Octal 305 64 5 0 112 141 27 17 137 50
Binary 11000101 110100 101 0 1001010 1100001 10111 1111 1011111 101000

Color Harmonies of #C53405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53405

Black with #C53405

Text Example


Text Example

White with #C53405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53405; }

 p { color: rgb(197,52,5); }

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

background-color css

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

 a { background-color: rgb(197,52,5); }

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

border-color css

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

 span { border-color: rgb(197,52,5); }

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