Html Css Color HEX #C62811 Harley Davidson Orange

📋 copy color: '#C62811'

red 198 ◦ green 40 ◦ blue 17

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

Shades of Harley Davidson Orange #C62811

Tints of Harley Davidson Orange #C62811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 77.65%
G = 15.69%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C62811 (or 0xC62811) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 11. RGB value is (198,40,17). Sum of RGB (Red+Green+Blue) = 198+40+17=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C62811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62811 is #39D7EE. Grayscale: #545454. Windows color (decimal): -3790831 or 1124550. OLE color: 1124550.

HSL color Cylindrical-coordinate representation of color #C62811: hue angle of 7.62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C62811 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 17 -
CMYK 0 0.80 0.91 0.22
HSL 7.62º 0.84% 0.42% -
HSV(B) 7.62º 0.91% 0.78% -
XYZ 24.15 13.56 1.88 -
YUV 84.62 89.85 208.87 -
System Red Green Blue C M Y K H S L
Decimal 198 40 17 0 0.80 0.91 0.22 7.62 0.84 0.42
Hex C6 28 11 0 50 5B 16 8 54 2A
Octal 306 50 21 0 120 133 26 10 124 52
Binary 11000110 101000 10001 0 1010000 1011011 10110 1000 1010100 101010

Color Harmonies of #C62811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62811

Black with #C62811

Text Example


Text Example

White with #C62811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62811; }

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

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

background-color css

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

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

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

border-color css

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

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

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