Html Css Color HEX #C53801 Harley Davidson Orange

📋 copy color: '#C53801'

red 197 ◦ green 56 ◦ blue 1

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

Shades of Harley Davidson Orange #C53801

Tints of Harley Davidson Orange #C53801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 77.56%
G = 22.05%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C53801 (or 0xC53801) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 01. RGB value is (197,56,1). Sum of RGB (Red+Green+Blue) = 197+56+1=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53801 is #3AC7FE. Grayscale: #5C5C5C. Windows color (decimal): -3852287 or 80069. OLE color: 80069.

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

Color convert

RGB 197 56 1 -
CMYK 0 0.72 0.99 0.23
HSL 16.84º 0.99% 0.39% -
HSV(B) 16.84º 0.99% 0.77% -
XYZ 24.45 14.7 1.58 -
YUV 91.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 197 56 1 0 0.72 0.99 0.23 16.84 0.99 0.39
Hex C5 38 1 0 48 63 17 11 63 27
Octal 305 70 1 0 110 143 27 21 143 47
Binary 11000101 111000 1 0 1001000 1100011 10111 10001 1100011 100111

Color Harmonies of #C53801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53801

Black with #C53801

Text Example


Text Example

White with #C53801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53801; }

 p { color: rgb(197,56,1); }

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

background-color css

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

 a { background-color: rgb(197,56,1); }

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

border-color css

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

 span { border-color: rgb(197,56,1); }

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