Html Css Color HEX #C62611 Harley Davidson Orange

📋 copy color: '#C62611'

red 198 ◦ green 38 ◦ blue 17

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

Shades of Harley Davidson Orange #C62611

Tints of Harley Davidson Orange #C62611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

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

R = 78.26%
G = 15.02%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C62611 (or 0xC62611) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 11. RGB value is (198,38,17). Sum of RGB (Red+Green+Blue) = 198+38+17=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C62611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62611 is #39D9EE. Grayscale: #535353. Windows color (decimal): -3791343 or 1124038. OLE color: 1124038.

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

Color convert

RGB 198 38 17 -
CMYK 0 0.81 0.91 0.22
HSL 6.96º 0.84% 0.42% -
HSV(B) 6.96º 0.91% 0.78% -
XYZ 24.08 13.43 1.85 -
YUV 83.45 90.51 209.71 -
System Red Green Blue C M Y K H S L
Decimal 198 38 17 0 0.81 0.91 0.22 6.96 0.84 0.42
Hex C6 26 11 0 51 5B 16 7 54 2A
Octal 306 46 21 0 121 133 26 7 124 52
Binary 11000110 100110 10001 0 1010001 1011011 10110 111 1010100 101010

Color Harmonies of #C62611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62611

Black with #C62611

Text Example


Text Example

White with #C62611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62611; }

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

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

background-color css

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

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

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

border-color css

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

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

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