Html Css Color HEX #C63101 Harley Davidson Orange

📋 copy color: '#C63101'

red 198 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #C63101

Tints of Harley Davidson Orange #C63101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

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

R = 79.84%
G = 19.76%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C63101 (or 0xC63101) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 01. RGB value is (198,49,1). Sum of RGB (Red+Green+Blue) = 198+49+1=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C63101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63101 is #39CEFE. Grayscale: #585858. Windows color (decimal): -3788543 or 78278. OLE color: 78278.

HSL color Cylindrical-coordinate representation of color #C63101: hue angle of 14.62º 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 #C63101 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 1 -
CMYK 0 0.75 0.99 0.22
HSL 14.62º 0.99% 0.39% -
HSV(B) 14.62º 0.99% 0.78% -
XYZ 24.39 14.2 1.48 -
YUV 88.08 78.86 206.4 -
System Red Green Blue C M Y K H S L
Decimal 198 49 1 0 0.75 0.99 0.22 14.62 0.99 0.39
Hex C6 31 1 0 4B 63 16 F 63 27
Octal 306 61 1 0 113 143 26 17 143 47
Binary 11000110 110001 1 0 1001011 1100011 10110 1111 1100011 100111

Color Harmonies of #C63101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63101

Black with #C63101

Text Example


Text Example

White with #C63101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63101; }

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

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

background-color css

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

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

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

border-color css

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

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

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