Html Css Color HEX #C63501 Harley Davidson Orange

📋 copy color: '#C63501'

red 198 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #C63501

Tints of Harley Davidson Orange #C63501

RGB

 RED value IS 198 (77.73% from 255) = 78.57%

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 78.57%
G = 21.03%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C63501 (or 0xC63501) is known color: Harley Davidson Orange. HEX triplet: C6, 35 and 01. RGB value is (198,53,1). Sum of RGB (Red+Green+Blue) = 198+53+1=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C63501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63501 is #39CAFE. Grayscale: #5A5A5A. Windows color (decimal): -3787519 or 79302. OLE color: 79302.

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

Color convert

RGB 198 53 1 -
CMYK 0 0.73 0.99 0.22
HSL 15.84º 0.99% 0.39% -
HSV(B) 15.84º 0.99% 0.78% -
XYZ 24.57 14.55 1.54 -
YUV 90.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 198 53 1 0 0.73 0.99 0.22 15.84 0.99 0.39
Hex C6 35 1 0 49 63 16 10 63 27
Octal 306 65 1 0 111 143 26 20 143 47
Binary 11000110 110101 1 0 1001001 1100011 10110 10000 1100011 100111

Color Harmonies of #C63501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63501

Black with #C63501

Text Example


Text Example

White with #C63501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63501; }

 p { color: rgb(198,53,1); }

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

background-color css

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

 a { background-color: rgb(198,53,1); }

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

border-color css

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

 span { border-color: rgb(198,53,1); }

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