Html Css Color HEX #C6431C Harley Davidson Orange

📋 copy color: '#C6431C'

red 198 ◦ green 67 ◦ blue 28

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

Shades of Harley Davidson Orange #C6431C

Tints of Harley Davidson Orange #C6431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 67.58%
G = 22.87%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6431C (or 0xC6431C) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 1C. RGB value is (198,67,28). Sum of RGB (Red+Green+Blue) = 198+67+28=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6431C is #39BCE3. Grayscale: #666666. Windows color (decimal): -3783908 or 1852358. OLE color: 1852358.

HSL color Cylindrical-coordinate representation of color #C6431C: hue angle of 13.76º degrees, saturation: 0.75, 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 #C6431C is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 28 -
CMYK 0 0.66 0.86 0.22
HSL 13.76º 0.75% 0.44% -
HSV(B) 13.76º 0.86% 0.78% -
XYZ 25.51 16.1 2.86 -
YUV 101.72 86.4 196.67 -
System Red Green Blue C M Y K H S L
Decimal 198 67 28 0 0.66 0.86 0.22 13.76 0.75 0.44
Hex C6 43 1C 0 42 56 16 E 4B 2C
Octal 306 103 34 0 102 126 26 16 113 54
Binary 11000110 1000011 11100 0 1000010 1010110 10110 1110 1001011 101100

Color Harmonies of #C6431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6431C

Black with #C6431C

Text Example


Text Example

White with #C6431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6431C; }

 p { color: rgb(198,67,28); }

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

background-color css

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

 a { background-color: rgb(198,67,28); }

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

border-color css

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

 span { border-color: rgb(198,67,28); }

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