Html Css Color HEX #C6411B Harley Davidson Orange

📋 copy color: '#C6411B'

red 198 ◦ green 65 ◦ blue 27

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

Shades of Harley Davidson Orange #C6411B

Tints of Harley Davidson Orange #C6411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 68.28%
G = 22.41%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6411B (or 0xC6411B) is known color: Harley Davidson Orange. HEX triplet: C6, 41 and 1B. RGB value is (198,65,27). Sum of RGB (Red+Green+Blue) = 198+65+27=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6411B is #39BEE4. Grayscale: #646464. Windows color (decimal): -3784421 or 1786310. OLE color: 1786310.

HSL color Cylindrical-coordinate representation of color #C6411B: hue angle of 13.33º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6411B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 27 -
CMYK 0 0.67 0.86 0.22
HSL 13.33º 0.76% 0.44% -
HSV(B) 13.33º 0.86% 0.78% -
XYZ 25.38 15.87 2.76 -
YUV 100.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 198 65 27 0 0.67 0.86 0.22 13.33 0.76 0.44
Hex C6 41 1B 0 43 56 16 D 4C 2C
Octal 306 101 33 0 103 126 26 15 114 54
Binary 11000110 1000001 11011 0 1000011 1010110 10110 1101 1001100 101100

Color Harmonies of #C6411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6411B

Black with #C6411B

Text Example


Text Example

White with #C6411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6411B; }

 p { color: rgb(198,65,27); }

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

background-color css

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

 a { background-color: rgb(198,65,27); }

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

border-color css

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

 span { border-color: rgb(198,65,27); }

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