Html Css Color HEX #C61D0E Harley Davidson Orange

📋 copy color: '#C61D0E'

red 198 ◦ green 29 ◦ blue 14

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

Shades of Harley Davidson Orange #C61D0E

Tints of Harley Davidson Orange #C61D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.81%

R = 82.16%
G = 12.03%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C61D0E (or 0xC61D0E) is known color: Harley Davidson Orange. HEX triplet: C6, 1D and 0E. RGB value is (198,29,14). Sum of RGB (Red+Green+Blue) = 198+29+14=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61D0E is #39E2F1. Grayscale: #4E4E4E. Windows color (decimal): -3793650 or 925126. OLE color: 925126.

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

Color convert

RGB 198 29 14 -
CMYK 0 0.85 0.93 0.22
HSL 4.89º 0.87% 0.42% -
HSV(B) 4.89º 0.93% 0.78% -
XYZ 23.81 12.92 1.65 -
YUV 77.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 198 29 14 0 0.85 0.93 0.22 4.89 0.87 0.42
Hex C6 1D E 0 55 5D 16 5 57 2A
Octal 306 35 16 0 125 135 26 5 127 52
Binary 11000110 11101 1110 0 1010101 1011101 10110 101 1010111 101010

Color Harmonies of #C61D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D0E

Black with #C61D0E

Text Example


Text Example

White with #C61D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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