Html Css Color HEX #C53905 Harley Davidson Orange

📋 copy color: '#C53905'

red 197 ◦ green 57 ◦ blue 5

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

Shades of Harley Davidson Orange #C53905

Tints of Harley Davidson Orange #C53905

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

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

R = 76.06%
G = 22.01%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53905 (or 0xC53905) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 05. RGB value is (197,57,5). Sum of RGB (Red+Green+Blue) = 197+57+5=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C53905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53905 is #3AC6FA. Grayscale: #5D5D5D. Windows color (decimal): -3852027 or 342469. OLE color: 342469.

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

Color convert

RGB 197 57 5 -
CMYK 0 0.71 0.97 0.23
HSL 16.25º 0.95% 0.4% -
HSV(B) 16.25º 0.97% 0.77% -
XYZ 24.52 14.81 1.71 -
YUV 92.93 78.38 202.23 -
System Red Green Blue C M Y K H S L
Decimal 197 57 5 0 0.71 0.97 0.23 16.25 0.95 0.4
Hex C5 39 5 0 47 61 17 10 5F 28
Octal 305 71 5 0 107 141 27 20 137 50
Binary 11000101 111001 101 0 1000111 1100001 10111 10000 1011111 101000

Color Harmonies of #C53905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53905

Black with #C53905

Text Example


Text Example

White with #C53905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53905; }

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

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

background-color css

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

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

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

border-color css

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

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

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