Html Css Color HEX #C6441A Harley Davidson Orange

📋 copy color: '#C6441A'

red 198 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #C6441A

Tints of Harley Davidson Orange #C6441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 26 (10.55% from 255) = 8.9%

R = 67.81%
G = 23.29%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6441A (or 0xC6441A) is known color: Harley Davidson Orange. HEX triplet: C6, 44 and 1A. RGB value is (198,68,26). Sum of RGB (Red+Green+Blue) = 198+68+26=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6441A is #39BBE5. Grayscale: #666666. Windows color (decimal): -3783654 or 1721542. OLE color: 1721542.

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

Color convert

RGB 198 68 26 -
CMYK 0 0.66 0.87 0.22
HSL 14.65º 0.77% 0.44% -
HSV(B) 14.65º 0.87% 0.78% -
XYZ 25.54 16.21 2.76 -
YUV 102.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 198 68 26 0 0.66 0.87 0.22 14.65 0.77 0.44
Hex C6 44 1A 0 42 57 16 F 4D 2C
Octal 306 104 32 0 102 127 26 17 115 54
Binary 11000110 1000100 11010 0 1000010 1010111 10110 1111 1001101 101100

Color Harmonies of #C6441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6441A

Black with #C6441A

Text Example


Text Example

White with #C6441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6441A; }

 p { color: rgb(198,68,26); }

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

background-color css

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

 a { background-color: rgb(198,68,26); }

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

border-color css

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

 span { border-color: rgb(198,68,26); }

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