Html Css Color HEX #C63100 Harley Davidson Orange

📋 copy color: '#C63100'

red 198 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #C63100

Tints of Harley Davidson Orange #C63100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.16%
G = 19.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C63100 (or 0xC63100) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 00. RGB value is (198,49,0). Sum of RGB (Red+Green+Blue) = 198+49+0=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C63100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63100 is #39CEFF. Grayscale: #585858. Windows color (decimal): -3788544 or 12742. OLE color: 12742.

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

Color convert

RGB 198 49 0 -
CMYK 0 0.75 1 0.22
HSL 14.85º 1% 0.39% -
HSV(B) 14.85º 1% 0.78% -
XYZ 24.39 14.2 1.46 -
YUV 87.97 78.36 206.48 -
System Red Green Blue C M Y K H S L
Decimal 198 49 0 0 0.75 1 0.22 14.85 1 0.39
Hex C6 31 0 0 4B 64 16 F 64 27
Octal 306 61 0 0 113 144 26 17 144 47
Binary 11000110 110001 0 0 1001011 1100100 10110 1111 1100100 100111

Color Harmonies of #C63100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63100

Black with #C63100

Text Example


Text Example

White with #C63100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63100; }

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

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

background-color css

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

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

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

border-color css

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

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

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