Html Css Color HEX #C6421C Harley Davidson Orange

📋 copy color: '#C6421C'

red 198 ◦ green 66 ◦ blue 28

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

Shades of Harley Davidson Orange #C6421C

Tints of Harley Davidson Orange #C6421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 67.81%
G = 22.6%
B = 9.59%

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

#C6421C (or 0xC6421C) is known color: Harley Davidson Orange. HEX triplet: C6, 42 and 1C. RGB value is (198,66,28). Sum of RGB (Red+Green+Blue) = 198+66+28=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6421C is #39BDE3. Grayscale: #656565. Windows color (decimal): -3784164 or 1852102. OLE color: 1852102.

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

Color convert

RGB 198 66 28 -
CMYK 0 0.67 0.86 0.22
HSL 13.41º 0.75% 0.44% -
HSV(B) 13.41º 0.86% 0.78% -
XYZ 25.45 15.99 2.84 -
YUV 101.14 86.73 197.09 -
System Red Green Blue C M Y K H S L
Decimal 198 66 28 0 0.67 0.86 0.22 13.41 0.75 0.44
Hex C6 42 1C 0 43 56 16 D 4B 2C
Octal 306 102 34 0 103 126 26 15 113 54
Binary 11000110 1000010 11100 0 1000011 1010110 10110 1101 1001011 101100

Color Harmonies of #C6421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6421C

Black with #C6421C

Text Example


Text Example

White with #C6421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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