Html Css Color HEX #C61B0C Harley Davidson Orange

📋 copy color: '#C61B0C'

red 198 ◦ green 27 ◦ blue 12

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

Shades of Harley Davidson Orange #C61B0C

Tints of Harley Davidson Orange #C61B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.39%

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

R = 83.54%
G = 11.39%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C61B0C (or 0xC61B0C) is known color: Harley Davidson Orange. HEX triplet: C6, 1B and 0C. RGB value is (198,27,12). Sum of RGB (Red+Green+Blue) = 198+27+12=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61B0C is #39E4F3. Grayscale: #4C4C4C. Windows color (decimal): -3794164 or 793542. OLE color: 793542.

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

Color convert

RGB 198 27 12 -
CMYK 0 0.86 0.94 0.22
HSL 4.84º 0.89% 0.41% -
HSV(B) 4.84º 0.94% 0.78% -
XYZ 23.75 12.82 1.57 -
YUV 76.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 198 27 12 0 0.86 0.94 0.22 4.84 0.89 0.41
Hex C6 1B C 0 56 5E 16 5 59 29
Octal 306 33 14 0 126 136 26 5 131 51
Binary 11000110 11011 1100 0 1010110 1011110 10110 101 1011001 101001

Color Harmonies of #C61B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B0C

Black with #C61B0C

Text Example


Text Example

White with #C61B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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