Html Css Color HEX #C61C0D Harley Davidson Orange

📋 copy color: '#C61C0D'

red 198 ◦ green 28 ◦ blue 13

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

Shades of Harley Davidson Orange #C61C0D

Tints of Harley Davidson Orange #C61C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 82.85%
G = 11.72%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C61C0D (or 0xC61C0D) is known color: Harley Davidson Orange. HEX triplet: C6, 1C and 0D. RGB value is (198,28,13). Sum of RGB (Red+Green+Blue) = 198+28+13=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61C0D is #39E3F2. Grayscale: #4D4D4D. Windows color (decimal): -3793907 or 859334. OLE color: 859334.

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

Color convert

RGB 198 28 13 -
CMYK 0 0.86 0.93 0.22
HSL 4.86º 0.88% 0.41% -
HSV(B) 4.86º 0.93% 0.78% -
XYZ 23.78 12.87 1.61 -
YUV 77.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 198 28 13 0 0.86 0.93 0.22 4.86 0.88 0.41
Hex C6 1C D 0 56 5D 16 5 58 29
Octal 306 34 15 0 126 135 26 5 130 51
Binary 11000110 11100 1101 0 1010110 1011101 10110 101 1011000 101001

Color Harmonies of #C61C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C0D

Black with #C61C0D

Text Example


Text Example

White with #C61C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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