Html Css Color HEX #C61D0C Harley Davidson Orange

📋 copy color: '#C61D0C'

red 198 ◦ green 29 ◦ blue 12

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

Shades of Harley Davidson Orange #C61D0C

Tints of Harley Davidson Orange #C61D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 82.85%
G = 12.13%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C61D0C (or 0xC61D0C) is known color: Harley Davidson Orange. HEX triplet: C6, 1D and 0C. RGB value is (198,29,12). Sum of RGB (Red+Green+Blue) = 198+29+12=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61D0C is #39E2F3. Grayscale: #4D4D4D. Windows color (decimal): -3793652 or 794054. OLE color: 794054.

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

Color convert

RGB 198 29 12 -
CMYK 0 0.85 0.94 0.22
HSL 5.48º 0.89% 0.41% -
HSV(B) 5.48º 0.94% 0.78% -
XYZ 23.79 12.91 1.59 -
YUV 77.59 90.99 213.88 -
System Red Green Blue C M Y K H S L
Decimal 198 29 12 0 0.85 0.94 0.22 5.48 0.89 0.41
Hex C6 1D C 0 55 5E 16 5 59 29
Octal 306 35 14 0 125 136 26 5 131 51
Binary 11000110 11101 1100 0 1010101 1011110 10110 101 1011001 101001

Color Harmonies of #C61D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D0C

Black with #C61D0C

Text Example


Text Example

White with #C61D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D0C; }

 p { color: rgb(198,29,12); }

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

background-color css

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

 a { background-color: rgb(198,29,12); }

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

border-color css

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

 span { border-color: rgb(198,29,12); }

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