Html Css Color HEX #C62801 Harley Davidson Orange

📋 copy color: '#C62801'

red 198 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #C62801

Tints of Harley Davidson Orange #C62801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

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

R = 82.85%
G = 16.74%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C62801 (or 0xC62801) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 01. RGB value is (198,40,1). Sum of RGB (Red+Green+Blue) = 198+40+1=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C62801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62801 is #39D7FE. Grayscale: #535353. Windows color (decimal): -3790847 or 75974. OLE color: 75974.

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

Color convert

RGB 198 40 1 -
CMYK 0 0.80 0.99 0.22
HSL 11.88º 0.99% 0.39% -
HSV(B) 11.88º 0.99% 0.78% -
XYZ 24.05 13.53 1.37 -
YUV 82.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 198 40 1 0 0.80 0.99 0.22 11.88 0.99 0.39
Hex C6 28 1 0 50 63 16 C 63 27
Octal 306 50 1 0 120 143 26 14 143 47
Binary 11000110 101000 1 0 1010000 1100011 10110 1100 1100011 100111

Color Harmonies of #C62801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62801

Black with #C62801

Text Example


Text Example

White with #C62801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62801; }

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

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

background-color css

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

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

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

border-color css

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

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

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